From 59227f05a59760367e61cbf6afb2ffbba153e2f3 Mon Sep 17 00:00:00 2001 From: Taiki Endo Date: Sun, 10 Mar 2024 15:08:12 +0900 Subject: [PATCH] Release 0.2.12 --- CHANGELOG.md | 5 ++++- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6fc9f21..dd2f0d0 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.12] - 2024-03-10 + - Pin `ctrlc` to fix [build error on macOS](https://github.com/Detegr/rust-ctrlc/pull/116). ## [0.2.11] - 2024-02-10 @@ -74,7 +76,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.11...HEAD +[Unreleased]: https://github.com/taiki-e/cargo-no-dev-deps/compare/v0.2.12...HEAD +[0.2.12]: https://github.com/taiki-e/cargo-no-dev-deps/compare/v0.2.11...v0.2.12 [0.2.11]: https://github.com/taiki-e/cargo-no-dev-deps/compare/v0.2.10...v0.2.11 [0.2.10]: https://github.com/taiki-e/cargo-no-dev-deps/compare/v0.2.9...v0.2.10 [0.2.9]: https://github.com/taiki-e/cargo-no-dev-deps/compare/v0.2.8...v0.2.9 diff --git a/Cargo.toml b/Cargo.toml index 6d0d209..026acc8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cargo-no-dev-deps" -version = "0.2.11" #publish:version +version = "0.2.12" #publish:version edition = "2021" rust-version = "1.70" license = "Apache-2.0 OR MIT"