diff --git a/CHANGELOG.md b/CHANGELOG.md index 083f543..e33245b 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.1] - 2024-01-12 ### Changed - [PR#44](https://github.com/EmbarkStudios/tame-index/pull/44) bumped `gix` -> 0.57 @@ -152,7 +153,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.0...HEAD +[Unreleased]: https://github.com/EmbarkStudios/tame-index/compare/0.9.1...HEAD +[0.9.1]: https://github.com/EmbarkStudios/tame-index/compare/0.9.0...0.9.1 [0.9.0]: https://github.com/EmbarkStudios/tame-index/compare/0.8.0...0.9.0 [0.8.0]: https://github.com/EmbarkStudios/tame-index/compare/0.7.2...0.8.0 [0.7.2]: https://github.com/EmbarkStudios/tame-index/compare/0.7.1...0.7.2 diff --git a/Cargo.toml b/Cargo.toml index fab0e9c..78c22a8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tame-index" -version = "0.9.0" +version = "0.9.1" edition = "2021" rust-version = "1.67.0" description = "Provides access to local and remote cargo registry indices"