From eedd23b2064b39ce9ee27a76e3820466a763385b Mon Sep 17 00:00:00 2001 From: Jake Shadle Date: Fri, 24 May 2024 10:25:07 +0200 Subject: [PATCH] Release 0.12.0 --- CHANGELOG.md | 4 +++- Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c2a11db..b31cc4e 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.12.0] - 2024-05-24 ### Changed - [PR#64](https://github.com/EmbarkStudios/tame-index/pull/64) updated `gix` -> 0.63. @@ -200,7 +201,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.11.1...HEAD +[Unreleased]: https://github.com/EmbarkStudios/tame-index/compare/0.12.0...HEAD +[0.12.0]: https://github.com/EmbarkStudios/tame-index/compare/0.11.1...0.12.0 [0.11.1]: https://github.com/EmbarkStudios/tame-index/compare/0.11.0...0.11.1 [0.11.0]: https://github.com/EmbarkStudios/tame-index/compare/0.10.0...0.11.0 [0.10.0]: https://github.com/EmbarkStudios/tame-index/compare/0.9.9...0.10.0 diff --git a/Cargo.lock b/Cargo.lock index 8fcc5da..70c94de 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1972,7 +1972,7 @@ dependencies = [ [[package]] name = "tame-index" -version = "0.11.1" +version = "0.12.0" dependencies = [ "bytes", "camino", diff --git a/Cargo.toml b/Cargo.toml index 292aafe..25166a3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tame-index" -version = "0.11.1" +version = "0.12.0" edition = "2021" rust-version = "1.67.0" description = "Provides access to local and remote cargo registry indices"