diff --git a/CHANGELOG.md b/CHANGELOG.md index 74a17b8..1b91ab1 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.1] - 2024-06-26 ### Changed - [PR#65](https://github.com/EmbarkStudios/tame-index/pull/65) updated `toml-span` -> 0.3.0. @@ -204,7 +205,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.0...HEAD +[Unreleased]: https://github.com/EmbarkStudios/tame-index/compare/0.12.1...HEAD +[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 [0.11.0]: https://github.com/EmbarkStudios/tame-index/compare/0.10.0...0.11.0 diff --git a/Cargo.lock b/Cargo.lock index 8a20d72..986f260 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1972,7 +1972,7 @@ dependencies = [ [[package]] name = "tame-index" -version = "0.12.0" +version = "0.12.1" dependencies = [ "bytes", "camino", diff --git a/Cargo.toml b/Cargo.toml index 9b2a882..3fe5b7b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tame-index" -version = "0.12.0" +version = "0.12.1" edition = "2021" rust-version = "1.67.0" description = "Provides access to local and remote cargo registry indices"