diff --git a/CHANGELOG.md b/CHANGELOG.md index 3168a9a..214c251 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.6] - 2023-08-23 ### Changed - [PR#187](https://github.com/EmbarkStudios/cargo-fetcher/pull/187) updated dependencies, including the fix for [RUSTSEC-2023-0053](https://rustsec.org/advisories/RUSTSEC-2023-0053.html), not that this crate was particularly affected by it. @@ -151,7 +152,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.5...HEAD +[Unreleased]: https://github.com/EmbarkStudios/cargo-fetcher/compare/0.14.6...HEAD +[0.14.6]: https://github.com/EmbarkStudios/cargo-fetcher/compare/0.14.5...0.14.6 [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 diff --git a/Cargo.lock b/Cargo.lock index ce70d11..2b23442 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -264,7 +264,7 @@ checksum = "c59e92b5a388f549b863a7bea62612c09f24c8393560709a54558a9abdfb3b9c" [[package]] name = "cargo-fetcher" -version = "0.14.5" +version = "0.14.6" dependencies = [ "anyhow", "async-scoped", diff --git a/Cargo.toml b/Cargo.toml index 399af4d..cac258e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cargo-fetcher" -version = "0.14.5" +version = "0.14.6" authors = [ "Embark ", "Jake Shadle ",