diff --git a/CHANGELOG.md b/CHANGELOG.md index e45ad9c..eb5cb8f 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.6.0] - 2023-09-11 ### Changed - [PR#27](https://github.com/EmbarkStudios/tame-index/pull/27) updated `gix` to 0.53.1. Thanks [@Byron](https://github.com/Byron)! @@ -112,7 +113,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.5.6...HEAD +[Unreleased]: https://github.com/EmbarkStudios/tame-index/compare/0.6.0...HEAD +[0.6.0]: https://github.com/EmbarkStudios/tame-index/compare/0.5.6...0.6.0 [0.5.6]: https://github.com/EmbarkStudios/tame-index/compare/0.5.5...0.5.6 [0.5.5]: https://github.com/EmbarkStudios/tame-index/compare/0.5.4...0.5.5 [0.5.4]: https://github.com/EmbarkStudios/tame-index/compare/0.5.3...0.5.4 diff --git a/Cargo.toml b/Cargo.toml index 19292b1..671c366 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tame-index" -version = "0.5.6" +version = "0.6.0" edition = "2021" rust-version = "1.67.0" description = "Provides access to local and remote cargo registry indices"