diff --git a/CHANGELOG.md b/CHANGELOG.md index d6fc56a..52dbd6f 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.28] - 2024-09-01 + - Support the `[cargo-new]` table. ([#21](https://github.com/taiki-e/cargo-config2/pull/21), thanks @ranger-ross) ## [0.1.27] - 2024-08-19 @@ -134,7 +136,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.27...HEAD +[Unreleased]: https://github.com/taiki-e/cargo-config2/compare/v0.1.28...HEAD +[0.1.28]: https://github.com/taiki-e/cargo-config2/compare/v0.1.27...v0.1.28 [0.1.27]: https://github.com/taiki-e/cargo-config2/compare/v0.1.26...v0.1.27 [0.1.26]: https://github.com/taiki-e/cargo-config2/compare/v0.1.25...v0.1.26 [0.1.25]: https://github.com/taiki-e/cargo-config2/compare/v0.1.24...v0.1.25 diff --git a/Cargo.toml b/Cargo.toml index fcc04bd..7f5257f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cargo-config2" -version = "0.1.27" #publish:version +version = "0.1.28" #publish:version edition = "2021" rust-version = "1.70" license = "Apache-2.0 OR MIT"