From b964b2c9d7dbb77a000d94278131414ad22ff927 Mon Sep 17 00:00:00 2001 From: Jake Shadle Date: Thu, 25 Jul 2024 14:58:20 +0200 Subject: [PATCH] Release 0.13.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 05a764f..9c7b8b9 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.0] - 2024-07-25 ### Changed - [PR#67](https://github.com/EmbarkStudios/tame-index/pull/67) updated `gix` -> 0.64. @@ -212,7 +213,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.12.2...HEAD +[Unreleased]: https://github.com/EmbarkStudios/tame-index/compare/0.13.0...HEAD +[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 [0.12.0]: https://github.com/EmbarkStudios/tame-index/compare/0.11.1...0.12.0 diff --git a/Cargo.lock b/Cargo.lock index 17cfbd4..68094bb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2126,7 +2126,7 @@ dependencies = [ [[package]] name = "tame-index" -version = "0.12.2" +version = "0.13.0" dependencies = [ "bytes", "camino", diff --git a/Cargo.toml b/Cargo.toml index 71b4a7e..4b2cdf9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tame-index" -version = "0.12.2" +version = "0.13.0" edition = "2021" rust-version = "1.67.0" description = "Provides access to local and remote cargo registry indices"