diff --git a/CHANGELOG.md b/CHANGELOG.md index fd65425..82a286d 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.7.2] - 2023-10-18 ### Fixed - [PR#39](https://github.com/EmbarkStudios/tame-index/pull/39) resolved [#38](https://github.com/EmbarkStudios/tame-index/issues/38) by ensuring all parent directories are created before attempting a clone with `gix`. @@ -133,7 +134,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.7.1...HEAD +[Unreleased]: https://github.com/EmbarkStudios/tame-index/compare/0.7.2...HEAD +[0.7.2]: https://github.com/EmbarkStudios/tame-index/compare/0.7.1...0.7.2 [0.7.1]: https://github.com/EmbarkStudios/tame-index/compare/0.7.0...0.7.1 [0.7.0]: https://github.com/EmbarkStudios/tame-index/compare/0.6.0...0.7.0 [0.6.0]: https://github.com/EmbarkStudios/tame-index/compare/0.5.6...0.6.0 diff --git a/Cargo.toml b/Cargo.toml index e5e09c3..27d0acd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tame-index" -version = "0.7.1" +version = "0.7.2" edition = "2021" rust-version = "1.67.0" description = "Provides access to local and remote cargo registry indices"