diff --git a/CHANGELOG.md b/CHANGELOG.md index 5a9717a..7a25430 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.9.7] - 2024-03-12 ### Added - [PR#52](https://github.com/EmbarkStudios/tame-index/pull/52) added `ComboIndexCache::cache_path` to retrieve the path of a particular crate's index entry. @@ -176,7 +177,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.9.6...HEAD +[Unreleased]: https://github.com/EmbarkStudios/tame-index/compare/0.9.7...HEAD +[0.9.7]: https://github.com/EmbarkStudios/tame-index/compare/0.9.6...0.9.7 [0.9.6]: https://github.com/EmbarkStudios/tame-index/compare/0.9.5...0.9.6 [0.9.5]: https://github.com/EmbarkStudios/tame-index/compare/0.9.4...0.9.5 [0.9.4]: https://github.com/EmbarkStudios/tame-index/compare/0.9.3...0.9.4 diff --git a/Cargo.lock b/Cargo.lock index 7e3019e..b637f07 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1907,7 +1907,7 @@ dependencies = [ [[package]] name = "tame-index" -version = "0.9.6" +version = "0.9.7" dependencies = [ "bytes", "camino", diff --git a/Cargo.toml b/Cargo.toml index b54b153..5d332ed 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tame-index" -version = "0.9.6" +version = "0.9.7" edition = "2021" rust-version = "1.67.0" description = "Provides access to local and remote cargo registry indices"