diff --git a/CHANGELOG.md b/CHANGELOG.md index d043ffb..31b7a70 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.6.14] - 2023-12-05 + - Update `toml_edit` to 0.21. ## [0.6.13] - 2023-10-22 @@ -443,7 +445,8 @@ See [#89](https://github.com/taiki-e/cargo-hack/pull/89) for more. Initial release -[Unreleased]: https://github.com/taiki-e/cargo-hack/compare/v0.6.13...HEAD +[Unreleased]: https://github.com/taiki-e/cargo-hack/compare/v0.6.14...HEAD +[0.6.14]: https://github.com/taiki-e/cargo-hack/compare/v0.6.13...v0.6.14 [0.6.13]: https://github.com/taiki-e/cargo-hack/compare/v0.6.12...v0.6.13 [0.6.12]: https://github.com/taiki-e/cargo-hack/compare/v0.6.11...v0.6.12 [0.6.11]: https://github.com/taiki-e/cargo-hack/compare/v0.6.10...v0.6.11 diff --git a/Cargo.toml b/Cargo.toml index 69d6338..cc50a0c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cargo-hack" -version = "0.6.13" +version = "0.6.14" edition = "2021" rust-version = "1.67" license = "Apache-2.0 OR MIT"