From feffa4962040a2629909a69b3929148a08646a39 Mon Sep 17 00:00:00 2001 From: Jake Shadle Date: Fri, 20 Sep 2024 10:17:54 +0200 Subject: [PATCH] Release 0.14.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 3870159..98c5bed 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.14.0] - 2024-09-20 ### Changed - [PR#73](https://github.com/EmbarkStudios/tame-index/pull/73) updated `gix` -> 0.66. @@ -227,7 +228,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.2...HEAD +[Unreleased]: https://github.com/EmbarkStudios/tame-index/compare/0.14.0...HEAD +[0.14.0]: https://github.com/EmbarkStudios/tame-index/compare/0.13.2...0.14.0 [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 diff --git a/Cargo.lock b/Cargo.lock index 086a577..eb6e61c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2160,7 +2160,7 @@ dependencies = [ [[package]] name = "tame-index" -version = "0.13.2" +version = "0.14.0" dependencies = [ "bytes", "camino", diff --git a/Cargo.toml b/Cargo.toml index bbd6833..c51a796 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tame-index" -version = "0.13.2" +version = "0.14.0" edition = "2021" rust-version = "1.67.0" description = "Provides access to local and remote cargo registry indices"