From 1007504713e5e428f6f3d9adc12383267e4dbf32 Mon Sep 17 00:00:00 2001 From: Jake Shadle Date: Fri, 3 May 2024 15:32:24 +0200 Subject: [PATCH] Release 0.11.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 38d8608..0b842f7 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.11.1] - 2024-05-03 - [PR#61](https://github.com/EmbarkStudios/tame-index/pull/61) addressed [#60](https://github.com/EmbarkStudios/tame-index/issues/60) by adding `IndexUrl::for_registry_name` to read a registry's index url from the config/environment. ## [0.11.0] - 2024-04-23 @@ -196,7 +197,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.11.0...HEAD +[Unreleased]: https://github.com/EmbarkStudios/tame-index/compare/0.11.1...HEAD +[0.11.1]: https://github.com/EmbarkStudios/tame-index/compare/0.11.0...0.11.1 [0.11.0]: https://github.com/EmbarkStudios/tame-index/compare/0.10.0...0.11.0 [0.10.0]: https://github.com/EmbarkStudios/tame-index/compare/0.9.9...0.10.0 [0.9.9]: https://github.com/EmbarkStudios/tame-index/compare/0.9.8...0.9.9 diff --git a/Cargo.lock b/Cargo.lock index ddf5493..e8d53d6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1975,7 +1975,7 @@ dependencies = [ [[package]] name = "tame-index" -version = "0.11.0" +version = "0.11.1" dependencies = [ "bytes", "camino", diff --git a/Cargo.toml b/Cargo.toml index 71a3c76..1d5a30f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tame-index" -version = "0.11.0" +version = "0.11.1" edition = "2021" rust-version = "1.67.0" description = "Provides access to local and remote cargo registry indices"