diff --git a/CHANGELOG.md b/CHANGELOG.md index 5695cc8..b93717e 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.15.0] - 2024-11-11 ### Changed - [PR#74](https://github.com/EmbarkStudios/tame-index/pull/74) updated `gix` -> 0.67. @@ -234,7 +235,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.14.0...HEAD +[Unreleased]: https://github.com/EmbarkStudios/tame-index/compare/0.15.0...HEAD +[0.15.0]: https://github.com/EmbarkStudios/tame-index/compare/0.14.0...0.15.0 [0.14.0]: https://github.com/EmbarkStudios/tame-index/compare/0.13.2...0.14.0 [0.13.2]: https://github.com/EmbarkStudios/tame-index/compare/0.13.1...0.13.2 [0.13.1]: https://github.com/EmbarkStudios/tame-index/compare/0.13.0...0.13.1 diff --git a/Cargo.lock b/Cargo.lock index 50bfadd..997456c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2302,7 +2302,7 @@ dependencies = [ [[package]] name = "tame-index" -version = "0.14.0" +version = "0.15.0" dependencies = [ "bytes", "camino", diff --git a/Cargo.toml b/Cargo.toml index d7fc7ae..4b21632 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tame-index" -version = "0.14.0" +version = "0.15.0" edition = "2021" rust-version = "1.67.0" description = "Provides access to local and remote cargo registry indices"