From ee662fef55a632509662c57d18ff54c7274ffe7a Mon Sep 17 00:00:00 2001 From: Jake Shadle Date: Wed, 2 Aug 2023 17:30:24 +0200 Subject: [PATCH] Release 0.2.5 --- CHANGELOG.md | 4 +++- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 837b4db..cd91693 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.2.5] - 2023-08-02 ### Fixed - [PR#9](https://github.com/EmbarkStudios/tame-index/pull/9) resolved [#8](https://github.com/EmbarkStudios/tame-index/issues/8) by ensuring (valid) non-official cargo build version output can also be parsed. @@ -57,7 +58,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.2.4...HEAD +[Unreleased]: https://github.com/EmbarkStudios/tame-index/compare/0.2.5...HEAD +[0.2.5]: https://github.com/EmbarkStudios/tame-index/compare/0.2.4...0.2.5 [0.2.4]: https://github.com/EmbarkStudios/tame-index/compare/0.2.3...0.2.4 [0.2.3]: https://github.com/EmbarkStudios/tame-index/compare/0.2.2...0.2.3 [0.2.2]: https://github.com/EmbarkStudios/tame-index/compare/0.2.1...0.2.2 diff --git a/Cargo.toml b/Cargo.toml index c1ffb94..ff4fe61 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tame-index" -version = "0.2.4" +version = "0.2.5" edition = "2021" rust-version = "1.67.0" description = "Provides access to local and remote cargo registry indices"