From 2dfe6b94e76e2036fe0462107a220620a57f9a93 Mon Sep 17 00:00:00 2001 From: Jake Shadle Date: Thu, 22 Feb 2024 17:45:48 +0100 Subject: [PATCH] Release 0.9.5 --- 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 28cde41..a00e20f 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.5] - 2024-02-22 ### Changed - [PR#49](https://github.com/EmbarkStudios/tame-index/pull/49) updated `toml-span` -> 0.2 @@ -168,7 +169,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.4...HEAD +[Unreleased]: https://github.com/EmbarkStudios/tame-index/compare/0.9.5...HEAD +[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 [0.9.2]: https://github.com/EmbarkStudios/tame-index/compare/0.9.1...0.9.2 diff --git a/Cargo.lock b/Cargo.lock index 5366e04..2fafd91 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1907,7 +1907,7 @@ dependencies = [ [[package]] name = "tame-index" -version = "0.9.4" +version = "0.9.5" dependencies = [ "bytes", "camino", diff --git a/Cargo.toml b/Cargo.toml index 3a572e3..559a3b5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tame-index" -version = "0.9.4" +version = "0.9.5" edition = "2021" rust-version = "1.67.0" description = "Provides access to local and remote cargo registry indices"