From 9c544761cb92913deee775565d5b8df97f9db36b Mon Sep 17 00:00:00 2001 From: Taiki Endo Date: Sat, 29 Jul 2023 04:24:12 +0900 Subject: [PATCH] Release 0.2.3 --- CHANGELOG.md | 5 ++++- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 372816d..32da590 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.3] - 2023-07-28 + - Update `cargo_metadata` to 0.17. ## [0.2.2] - 2023-02-28 @@ -36,7 +38,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.2...HEAD +[Unreleased]: https://github.com/taiki-e/cargo-no-dev-deps/compare/v0.2.3...HEAD +[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 [0.2.0]: https://github.com/taiki-e/cargo-no-dev-deps/compare/v0.1.0...v0.2.0 diff --git a/Cargo.toml b/Cargo.toml index 2aa1acb..b7c9fbd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cargo-no-dev-deps" -version = "0.2.2" +version = "0.2.3" edition = "2021" rust-version = "1.64" license = "Apache-2.0 OR MIT"