diff --git a/CHANGELOG.md b/CHANGELOG.md index d79c669..2fa0911 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.13.1] - 2023-01-10 ### Changed - [PR#174](https://github.com/EmbarkStudios/cargo-fetcher/pull/174) made it so that git sources can now be specified however the user likes instead of just supporting the `rev` specifier, as the exact revision is now acquired via the fragment in the source url instead. @@ -119,7 +120,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.13.0...HEAD +[Unreleased]: https://github.com/EmbarkStudios/cargo-fetcher/compare/0.13.1...HEAD +[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 [0.12.1]: https://github.com/EmbarkStudios/cargo-fetcher/compare/0.12.0...0.12.1 [0.12.0]: https://github.com/EmbarkStudios/cargo-fetcher/compare/0.11.0...0.12.0 diff --git a/Cargo.lock b/Cargo.lock index 2022dfa..81cac7c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -66,7 +66,7 @@ checksum = "dfb24e866b15a1af2a1b663f10c6b6b8f397a84aadb828f12e5b289ec23a3a3c" [[package]] name = "cargo-fetcher" -version = "0.13.0" +version = "0.13.1" dependencies = [ "anyhow", "base64", diff --git a/Cargo.toml b/Cargo.toml index 8198c9f..14794de 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cargo-fetcher" -version = "0.13.0" +version = "0.13.1" authors = [ "Embark ", "Jake Shadle ",