diff --git a/CHANGELOG.md b/CHANGELOG.md index 473a9e8..48d05a1 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.9.4] - 2024-02-20 ### Changed - [PR#48](https://github.com/EmbarkStudios/tame-index/pull/48) replaced `toml` with `toml-span` removing several dependencies. @@ -164,7 +165,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.9.3...HEAD +[Unreleased]: https://github.com/EmbarkStudios/tame-index/compare/0.9.4...HEAD +[0.9.4]: https://github.com/EmbarkStudios/tame-index/compare/0.9.3...0.9.4 [0.9.3]: https://github.com/EmbarkStudios/tame-index/compare/0.9.2...0.9.3 [0.9.2]: https://github.com/EmbarkStudios/tame-index/compare/0.9.1...0.9.2 [0.9.1]: https://github.com/EmbarkStudios/tame-index/compare/0.9.0...0.9.1 diff --git a/Cargo.lock b/Cargo.lock index 171ca6a..f2cde71 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1909,7 +1909,7 @@ dependencies = [ [[package]] name = "tame-index" -version = "0.9.3" +version = "0.9.4" dependencies = [ "bytes", "camino", diff --git a/Cargo.toml b/Cargo.toml index 789af71..b09446d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tame-index" -version = "0.9.3" +version = "0.9.4" edition = "2021" rust-version = "1.67.0" description = "Provides access to local and remote cargo registry indices"