diff --git a/CHANGELOG.md b/CHANGELOG.md index 0f1450b..588336b 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.1.0] - 2023-07-05 ### Added - [PR#1](https://github.com/EmbarkStudios/tame-index/pull/1) added the initial working implementation for this crate @@ -17,5 +18,6 @@ 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.0.1...HEAD +[Unreleased]: https://github.com/EmbarkStudios/tame-index/compare/0.1.0...HEAD +[0.1.0]: https://github.com/EmbarkStudios/tame-index/compare/0.0.1...0.1.0 [0.0.1]: https://github.com/EmbarkStudios/tame-index/releases/tag/0.0.1 diff --git a/Cargo.toml b/Cargo.toml index b7d5450..5adb023 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tame-index" -version = "0.0.1" +version = "0.1.0" edition = "2021" rust-version = "1.70.0" description = "Provides access to local and remote cargo registry indices"