diff --git a/CHANGELOG.md b/CHANGELOG.md index 2f587b8..551d4f9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] - ReleaseDate +## [0.12.2] - 2024-07-22 ### Added - [PR#66](https://github.com/EmbarkStudios/tame-index/pull/66) added the `gix-curl` feature, which is mutually exclusive with the `git` and `gix-reqwest` features. @@ -208,7 +209,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Initial crate squat -[Unreleased]: https://github.com/EmbarkStudios/tame-index/compare/0.12.1...HEAD +[Unreleased]: https://github.com/EmbarkStudios/tame-index/compare/0.12.2...HEAD +[0.12.2]: https://github.com/EmbarkStudios/tame-index/compare/0.12.1...0.12.2 [0.12.1]: https://github.com/EmbarkStudios/tame-index/compare/0.12.0...0.12.1 [0.12.0]: https://github.com/EmbarkStudios/tame-index/compare/0.11.1...0.12.0 [0.11.1]: https://github.com/EmbarkStudios/tame-index/compare/0.11.0...0.11.1 diff --git a/Cargo.lock b/Cargo.lock index 51fe0d9..615a01b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2139,7 +2139,7 @@ dependencies = [ [[package]] name = "tame-index" -version = "0.12.1" +version = "0.12.2" dependencies = [ "bytes", "camino", diff --git a/Cargo.toml b/Cargo.toml index 8c54caf..264ac9c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tame-index" -version = "0.12.1" +version = "0.12.2" edition = "2021" rust-version = "1.67.0" description = "Provides access to local and remote cargo registry indices"