From 1c2c3ec124a759076c0135f000764e699542c5cd Mon Sep 17 00:00:00 2001 From: Jake Shadle Date: Wed, 6 Sep 2023 15:24:23 +0200 Subject: [PATCH] Release 0.5.5 --- CHANGELOG.md | 4 +++- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6c0d091..2c71a45 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.5.5] - 2023-09-06 ### Changed - [PR#26](https://github.com/EmbarkStudios/tame-index/pull/26) changed sparse index request creation to not use HTTP/2 for the version to support corporate potato proxies. This results in a slight but noticeable degradation in throughput when making many requests to a sparse index. @@ -104,7 +105,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.5.4...HEAD +[Unreleased]: https://github.com/EmbarkStudios/tame-index/compare/0.5.5...HEAD +[0.5.5]: https://github.com/EmbarkStudios/tame-index/compare/0.5.4...0.5.5 [0.5.4]: https://github.com/EmbarkStudios/tame-index/compare/0.5.3...0.5.4 [0.5.3]: https://github.com/EmbarkStudios/tame-index/compare/0.5.2...0.5.3 [0.5.2]: https://github.com/EmbarkStudios/tame-index/compare/0.5.1...0.5.2 diff --git a/Cargo.toml b/Cargo.toml index a6cd6b5..332777d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tame-index" -version = "0.5.4" +version = "0.5.5" edition = "2021" rust-version = "1.67.0" description = "Provides access to local and remote cargo registry indices"