diff --git a/CHANGELOG.md b/CHANGELOG.md index 61466ad..3269b30 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 <!-- next-header --> ## [Unreleased] - ReleaseDate +## [0.9.9] - 2024-03-21 ### Changed - [PR#54](https://github.com/EmbarkStudios/tame-index/pull/54) updated `gix` -> 0.61. @@ -184,7 +185,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Initial crate squat <!-- next-url --> -[Unreleased]: https://github.com/EmbarkStudios/tame-index/compare/0.9.8...HEAD +[Unreleased]: https://github.com/EmbarkStudios/tame-index/compare/0.9.9...HEAD +[0.9.9]: https://github.com/EmbarkStudios/tame-index/compare/0.9.8...0.9.9 [0.9.8]: https://github.com/EmbarkStudios/tame-index/compare/0.9.7...0.9.8 [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 diff --git a/Cargo.lock b/Cargo.lock index 8413ec4..1e803a1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1910,7 +1910,7 @@ dependencies = [ [[package]] name = "tame-index" -version = "0.9.8" +version = "0.9.9" dependencies = [ "bytes", "camino", diff --git a/Cargo.toml b/Cargo.toml index d1f8eb1..aba1ad9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tame-index" -version = "0.9.8" +version = "0.9.9" edition = "2021" rust-version = "1.67.0" description = "Provides access to local and remote cargo registry indices"