From 25f016958f20fb73b68a4e6bd1d7ba2fe8c43273 Mon Sep 17 00:00:00 2001 From: Jake Shadle Date: Tue, 20 Aug 2024 08:54:31 +0200 Subject: [PATCH] Release 0.13.2 --- 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 dd231f1..590f69a 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.13.2] - 2024-08-20 ### Fixed - [PR#71](https://github.com/EmbarkStudios/tame-index/pull/71) resolved [#70](https://github.com/EmbarkStudios/tame-index/issues/70) by using the correct feature flag for docs.rs. @@ -223,7 +224,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.13.1...HEAD +[Unreleased]: https://github.com/EmbarkStudios/tame-index/compare/0.13.2...HEAD +[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 [0.13.0]: https://github.com/EmbarkStudios/tame-index/compare/0.12.2...0.13.0 [0.12.2]: https://github.com/EmbarkStudios/tame-index/compare/0.12.1...0.12.2 diff --git a/Cargo.lock b/Cargo.lock index 1956d40..2548433 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2161,7 +2161,7 @@ dependencies = [ [[package]] name = "tame-index" -version = "0.13.1" +version = "0.13.2" dependencies = [ "bytes", "camino", diff --git a/Cargo.toml b/Cargo.toml index bc75745..215b49a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tame-index" -version = "0.13.1" +version = "0.13.2" edition = "2021" rust-version = "1.67.0" description = "Provides access to local and remote cargo registry indices"