From a9916ad9dcea66d2eb4a1c9ddca95166bf48ba55 Mon Sep 17 00:00:00 2001 From: Taiki Endo Date: Tue, 29 Aug 2023 05:30:35 +0900 Subject: [PATCH] Release 0.2.4 --- CHANGELOG.md | 5 ++++- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4eca8ad..978a79c 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.2.4] - 2023-08-28 + - Fix bug in `--no-private` flag on Windows. ## [0.2.3] - 2023-07-28 @@ -40,7 +42,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-no-dev-deps/compare/v0.2.3...HEAD +[Unreleased]: https://github.com/taiki-e/cargo-no-dev-deps/compare/v0.2.4...HEAD +[0.2.4]: https://github.com/taiki-e/cargo-no-dev-deps/compare/v0.2.3...v0.2.4 [0.2.3]: https://github.com/taiki-e/cargo-no-dev-deps/compare/v0.2.2...v0.2.3 [0.2.2]: https://github.com/taiki-e/cargo-no-dev-deps/compare/v0.2.1...v0.2.2 [0.2.1]: https://github.com/taiki-e/cargo-no-dev-deps/compare/v0.2.0...v0.2.1 diff --git a/Cargo.toml b/Cargo.toml index 0c449dd..d0abfc4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cargo-no-dev-deps" -version = "0.2.3" +version = "0.2.4" edition = "2021" rust-version = "1.64" license = "Apache-2.0 OR MIT"