From 3a335ef2d7ad592a686f05e80a0d86a4d1f5c303 Mon Sep 17 00:00:00 2001 From: Jake Shadle Date: Wed, 26 Jul 2023 18:53:37 +0200 Subject: [PATCH] Release 0.2.3 --- CHANGELOG.md | 4 +++- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4261123..6021f93 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.3] - 2023-07-26 ### Fixed - [PR#6](https://github.com/EmbarkStudios/tame-index/pull/6) fixed two bugs with git registries. 1. `cargo` does not set remotes for git registry indices, the previous code assumed there was a remote, thus failed to fetch updates @@ -46,7 +47,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.2...HEAD +[Unreleased]: https://github.com/EmbarkStudios/tame-index/compare/0.2.3...HEAD +[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 [0.2.1]: https://github.com/EmbarkStudios/tame-index/compare/0.2.0...0.2.1 [0.2.0]: https://github.com/EmbarkStudios/tame-index/compare/0.1.0...0.2.0 diff --git a/Cargo.toml b/Cargo.toml index 802ba91..c801c9c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tame-index" -version = "0.2.2" +version = "0.2.3" edition = "2021" rust-version = "1.67.0" description = "Provides access to local and remote cargo registry indices"