diff --git a/CHANGELOG.md b/CHANGELOG.md index 5033cd0..6cc930f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,8 @@ Note: In this file, do not use the hard wrap in the middle of a sentence for com ## [Unreleased] +## [0.1.6] - 2023-03-07 + - Implement the `[registries]` and `[registry]` tables. ([#8](https://github.com/taiki-e/cargo-config2/pull/8), thanks @yottalogical) ## [0.1.5] - 2023-02-23 @@ -42,7 +44,8 @@ Note: In this file, do not use the hard wrap in the middle of a sentence for com Initial release -[Unreleased]: https://github.com/taiki-e/cargo-config2/compare/v0.1.5...HEAD +[Unreleased]: https://github.com/taiki-e/cargo-config2/compare/v0.1.6...HEAD +[0.1.6]: https://github.com/taiki-e/cargo-config2/compare/v0.1.5...v0.1.6 [0.1.5]: https://github.com/taiki-e/cargo-config2/compare/v0.1.4...v0.1.5 [0.1.4]: https://github.com/taiki-e/cargo-config2/compare/v0.1.3...v0.1.4 [0.1.3]: https://github.com/taiki-e/cargo-config2/compare/v0.1.2...v0.1.3 diff --git a/Cargo.toml b/Cargo.toml index fa13479..5de1114 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cargo-config2" -version = "0.1.5" +version = "0.1.6" edition = "2021" rust-version = "1.60" license = "Apache-2.0 OR MIT"