From 063cc6272d43d54ce591edd7c9df40bc541524b5 Mon Sep 17 00:00:00 2001 From: Jake Shadle Date: Thu, 1 Aug 2024 19:04:05 +0200 Subject: [PATCH] Release 0.13.1 --- 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 bdf0d53..14aba97 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.1] - 2024-08-01 ### Fixed - [PR#69](https://github.com/EmbarkStudios/tame-index/pull/69) resolved an issue where 32-bit targets would have a different ident hash from what cargo would have due to cargo being target dependent in the hash calculation. @@ -216,7 +217,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.0...HEAD +[Unreleased]: https://github.com/EmbarkStudios/tame-index/compare/0.13.1...HEAD +[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 [0.12.1]: https://github.com/EmbarkStudios/tame-index/compare/0.12.0...0.12.1 diff --git a/Cargo.lock b/Cargo.lock index 68094bb..2c4be58 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2126,7 +2126,7 @@ dependencies = [ [[package]] name = "tame-index" -version = "0.13.0" +version = "0.13.1" dependencies = [ "bytes", "camino", diff --git a/Cargo.toml b/Cargo.toml index 4b2cdf9..12036eb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tame-index" -version = "0.13.0" +version = "0.13.1" edition = "2021" rust-version = "1.67.0" description = "Provides access to local and remote cargo registry indices"