From 376891b66389209107fff95831dc268ab0a1190b Mon Sep 17 00:00:00 2001 From: Jake Shadle Date: Tue, 28 Jul 2020 11:25:12 +0200 Subject: [PATCH] Release 0.9.0 --- CHANGELOG.md | 4 +++- Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5ea8355..75ddee4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] - ReleaseDate +## [0.9.0] - 2020-07-28 ### Added - [PR#109](https://github.com/EmbarkStudios/cargo-fetcher/pull/109) added support for Azure Blob storage, under the `blob` feature flag. Thanks [@m0ssc0de](https://github.com/m0ssc0de)! @@ -80,7 +81,8 @@ for a user specified amount of time, rather than always - Initial add of `cargo-fetcher` -[Unreleased]: https://github.com/EmbarkStudios/cargo-fetcher/compare/0.8.0...HEAD +[Unreleased]: https://github.com/EmbarkStudios/cargo-fetcher/compare/0.9.0...HEAD +[0.9.0]: https://github.com/EmbarkStudios/cargo-fetcher/compare/0.8.0...0.9.0 [0.8.0]: https://github.com/EmbarkStudios/cargo-fetcher/compare/0.7.0...0.8.0 [0.7.0]: https://github.com/EmbarkStudios/cargo-fetcher/compare/0.6.1...0.7.0 [0.6.1]: https://github.com/EmbarkStudios/cargo-fetcher/compare/0.6.0...0.6.1 diff --git a/Cargo.lock b/Cargo.lock index 530fd19..821d0eb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -359,7 +359,7 @@ checksum = "631ae5198c9be5e753e5cc215e1bd73c2b466a3565173db433f52bb9d3e66dba" [[package]] name = "cargo-fetcher" -version = "0.8.0" +version = "0.9.0" dependencies = [ "anyhow", "app_dirs2", diff --git a/Cargo.toml b/Cargo.toml index 9600d5e..5aa7913 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cargo-fetcher" -version = "0.8.0" +version = "0.9.0" authors = ["Embark ", "Jake Shadle "] edition = "2018" description = "🎁 Experimental alternative to cargo fetch"