From 7a120a10aef46ed297de3c95698b5467d523b91c Mon Sep 17 00:00:00 2001 From: Jake Shadle Date: Tue, 12 Mar 2024 09:59:21 +0100 Subject: [PATCH] Release 0.9.6 --- 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 0de089e..18c01d7 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.9.6] - 2024-03-12 ### Changed - [PR#51](https://github.com/EmbarkStudios/tame-index/pull/51) updated dependencies. @@ -172,7 +173,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.9.5...HEAD +[Unreleased]: https://github.com/EmbarkStudios/tame-index/compare/0.9.6...HEAD +[0.9.6]: https://github.com/EmbarkStudios/tame-index/compare/0.9.5...0.9.6 [0.9.5]: https://github.com/EmbarkStudios/tame-index/compare/0.9.4...0.9.5 [0.9.4]: https://github.com/EmbarkStudios/tame-index/compare/0.9.3...0.9.4 [0.9.3]: https://github.com/EmbarkStudios/tame-index/compare/0.9.2...0.9.3 diff --git a/Cargo.lock b/Cargo.lock index f2742da..7e3019e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1907,7 +1907,7 @@ dependencies = [ [[package]] name = "tame-index" -version = "0.9.5" +version = "0.9.6" dependencies = [ "bytes", "camino", diff --git a/Cargo.toml b/Cargo.toml index 559a3b5..b54b153 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tame-index" -version = "0.9.5" +version = "0.9.6" edition = "2021" rust-version = "1.67.0" description = "Provides access to local and remote cargo registry indices"