From 7c32aa38ee5fab76ca0873376dce58a69d1dbbf9 Mon Sep 17 00:00:00 2001 From: Jake Shadle Date: Tue, 22 Aug 2023 10:39:54 +0200 Subject: [PATCH] Release 0.14.5 --- 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 df40e81..0015b28 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] - ReleaseDate +## [0.14.5] - 2023-08-22 ### Fixed - [PR#187](https://github.com/EmbarkStudios/cargo-fetcher/pull/187) resolved [#186](https://github.com/EmbarkStudios/cargo-fetcher/issues/186) by actually doing the correct thing when parsing configs and setting up registry sources. @@ -147,7 +148,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.14.4...HEAD +[Unreleased]: https://github.com/EmbarkStudios/cargo-fetcher/compare/0.14.5...HEAD +[0.14.5]: https://github.com/EmbarkStudios/cargo-fetcher/compare/0.14.4...0.14.5 [0.14.4]: https://github.com/EmbarkStudios/cargo-fetcher/compare/0.14.3...0.14.4 [0.14.3]: https://github.com/EmbarkStudios/cargo-fetcher/compare/0.14.2...0.14.3 [0.14.2]: https://github.com/EmbarkStudios/cargo-fetcher/compare/0.14.1...0.14.2 diff --git a/Cargo.lock b/Cargo.lock index e300d14..3e97834 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -264,7 +264,7 @@ checksum = "c59e92b5a388f549b863a7bea62612c09f24c8393560709a54558a9abdfb3b9c" [[package]] name = "cargo-fetcher" -version = "0.14.4" +version = "0.14.5" dependencies = [ "anyhow", "async-scoped", diff --git a/Cargo.toml b/Cargo.toml index 47ce487..3240d81 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cargo-fetcher" -version = "0.14.4" +version = "0.14.5" authors = [ "Embark ", "Jake Shadle ",