Skip to content

Commit 376891b

Browse files
committed
Release 0.9.0
1 parent f71a949 commit 376891b

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

CHANGELOG.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
<!-- next-header -->
88
## [Unreleased] - ReleaseDate
9+
## [0.9.0] - 2020-07-28
910
### Added
1011
- [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)!
1112

@@ -80,7 +81,8 @@ for a user specified amount of time, rather than always
8081
- Initial add of `cargo-fetcher`
8182

8283
<!-- next-url -->
83-
[Unreleased]: https://github.com/EmbarkStudios/cargo-fetcher/compare/0.8.0...HEAD
84+
[Unreleased]: https://github.com/EmbarkStudios/cargo-fetcher/compare/0.9.0...HEAD
85+
[0.9.0]: https://github.com/EmbarkStudios/cargo-fetcher/compare/0.8.0...0.9.0
8486
[0.8.0]: https://github.com/EmbarkStudios/cargo-fetcher/compare/0.7.0...0.8.0
8587
[0.7.0]: https://github.com/EmbarkStudios/cargo-fetcher/compare/0.6.1...0.7.0
8688
[0.6.1]: https://github.com/EmbarkStudios/cargo-fetcher/compare/0.6.0...0.6.1

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cargo-fetcher"
3-
version = "0.8.0"
3+
version = "0.9.0"
44
authors = ["Embark <opensource@embark-studios.com>", "Jake Shadle <jake.shadle@embark-studios.com>"]
55
edition = "2018"
66
description = "🎁 Experimental alternative to cargo fetch"

0 commit comments

Comments
 (0)