diff --git a/CHANGELOG.md b/CHANGELOG.md index e0492ca..07f0495 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.5.4] - 2023-08-24 ### Fixed - [PR#24](https://github.com/EmbarkStudios/tame-index/pull/24) resolved [#23](https://github.com/EmbarkStudios/tame-index/issues/23) by fixing a bug where index cache paths were not lower cased as cargo does. @@ -100,7 +101,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.3...HEAD +[Unreleased]: https://github.com/EmbarkStudios/tame-index/compare/0.5.4...HEAD +[0.5.4]: https://github.com/EmbarkStudios/tame-index/compare/0.5.3...0.5.4 [0.5.3]: https://github.com/EmbarkStudios/tame-index/compare/0.5.2...0.5.3 [0.5.2]: https://github.com/EmbarkStudios/tame-index/compare/0.5.1...0.5.2 [0.5.1]: https://github.com/EmbarkStudios/tame-index/compare/0.5.0...0.5.1 diff --git a/Cargo.toml b/Cargo.toml index 0c4acff..a6cd6b5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tame-index" -version = "0.5.3" +version = "0.5.4" edition = "2021" rust-version = "1.67.0" description = "Provides access to local and remote cargo registry indices"