diff --git a/CHANGELOG.md b/CHANGELOG.md index 6e79ac4..c997ca4 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-01-24 + - Fix "No such file or directory" error when `--no-private` flag is used with the workspace that the `members` field contains glob. ## [0.1.23] - 2023-12-16 @@ -127,7 +129,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-minimal-versions/compare/v0.1.23...HEAD +[Unreleased]: https://github.com/taiki-e/cargo-minimal-versions/compare/v0.1.24...HEAD +[0.1.24]: https://github.com/taiki-e/cargo-minimal-versions/compare/v0.1.23...v0.1.24 [0.1.23]: https://github.com/taiki-e/cargo-minimal-versions/compare/v0.1.22...v0.1.23 [0.1.22]: https://github.com/taiki-e/cargo-minimal-versions/compare/v0.1.21...v0.1.22 [0.1.21]: https://github.com/taiki-e/cargo-minimal-versions/compare/v0.1.20...v0.1.21 diff --git a/Cargo.toml b/Cargo.toml index 47b45c8..b7028c9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cargo-minimal-versions" -version = "0.1.23" +version = "0.1.24" edition = "2021" rust-version = "1.70" license = "Apache-2.0 OR MIT"