diff --git a/CHANGELOG.md b/CHANGELOG.md index 5989a61..ca4cf82 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.1] - 2023-08-15 - [PR#182](https://github.com/EmbarkStudios/cargo-fetcher/pull/182) fixed an issue where non-github.com urls ending in `.git` were not properly synced to disk. ## [0.14.0] - 2023-08-11 @@ -130,7 +131,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.0...HEAD +[Unreleased]: https://github.com/EmbarkStudios/cargo-fetcher/compare/0.14.1...HEAD +[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 [0.13.0]: https://github.com/EmbarkStudios/cargo-fetcher/compare/0.12.1...0.13.0 diff --git a/Cargo.lock b/Cargo.lock index ce036bb..4813990 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -264,7 +264,7 @@ checksum = "c59e92b5a388f549b863a7bea62612c09f24c8393560709a54558a9abdfb3b9c" [[package]] name = "cargo-fetcher" -version = "0.14.0" +version = "0.14.1" dependencies = [ "anyhow", "async-scoped", diff --git a/Cargo.toml b/Cargo.toml index b9c9345..11eef8f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cargo-fetcher" -version = "0.14.0" +version = "0.14.1" authors = [ "Embark ", "Jake Shadle ",