From 8597f7e8d9b2ad26d3d88a5224bc0d44d2da4513 Mon Sep 17 00:00:00 2001 From: Jake Shadle Date: Tue, 15 Aug 2023 14:28:54 +0200 Subject: [PATCH] Release 0.14.2 --- 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 165b0ca..7822d20 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.2] - 2023-08-15 ### Fixed - [PR#183](https://github.com/EmbarkStudios/cargo-fetcher/pull/183) fixed an issue where submodule `HEAD`s did not reflect the actual checkout, causing cargo to resync them even though it didn't need to. @@ -135,7 +136,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.1...HEAD +[Unreleased]: https://github.com/EmbarkStudios/cargo-fetcher/compare/0.14.2...HEAD +[0.14.2]: https://github.com/EmbarkStudios/cargo-fetcher/compare/0.14.1...0.14.2 [0.14.1]: https://github.com/EmbarkStudios/cargo-fetcher/compare/0.14.0...0.14.1 [0.14.0]: https://github.com/EmbarkStudios/cargo-fetcher/compare/0.13.1...0.14.0 [0.13.1]: https://github.com/EmbarkStudios/cargo-fetcher/compare/0.13.0...0.13.1 diff --git a/Cargo.lock b/Cargo.lock index 4813990..91c60f2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -264,7 +264,7 @@ checksum = "c59e92b5a388f549b863a7bea62612c09f24c8393560709a54558a9abdfb3b9c" [[package]] name = "cargo-fetcher" -version = "0.14.1" +version = "0.14.2" dependencies = [ "anyhow", "async-scoped", diff --git a/Cargo.toml b/Cargo.toml index 11eef8f..894ffb0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cargo-fetcher" -version = "0.14.1" +version = "0.14.2" authors = [ "Embark ", "Jake Shadle ",