From d1c9c74d678904690c35e7c5bf096e2b031523d2 Mon Sep 17 00:00:00 2001 From: Taiki Endo Date: Tue, 9 Apr 2024 10:47:56 +0900 Subject: [PATCH] Release 0.1.24 --- CHANGELOG.md | 5 ++++- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ae9c930..3bea524 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.24] - 2024-04-09 + - Fix bug when merging array fields in config. ## [0.1.23] - 2024-03-29 @@ -118,7 +120,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.23...HEAD +[Unreleased]: https://github.com/taiki-e/cargo-config2/compare/v0.1.24...HEAD +[0.1.24]: https://github.com/taiki-e/cargo-config2/compare/v0.1.23...v0.1.24 [0.1.23]: https://github.com/taiki-e/cargo-config2/compare/v0.1.22...v0.1.23 [0.1.22]: https://github.com/taiki-e/cargo-config2/compare/v0.1.21...v0.1.22 [0.1.21]: https://github.com/taiki-e/cargo-config2/compare/v0.1.20...v0.1.21 diff --git a/Cargo.toml b/Cargo.toml index ef4844f..0d28dd4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cargo-config2" -version = "0.1.23" #publish:version +version = "0.1.24" #publish:version edition = "2021" rust-version = "1.70" license = "Apache-2.0 OR MIT"