From 02ac74808d94b3c3e1617563d3c7af4a72acda3a Mon Sep 17 00:00:00 2001 From: Taiki Endo Date: Tue, 12 Sep 2023 02:37:40 +0900 Subject: [PATCH] Release 0.2.7 --- CHANGELOG.md | 5 ++++- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 80080e2..19a24ca 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.7] - 2023-09-11 + - Remove dependency on `slab`, `shell-escape`, and `fs-err`. ## [0.2.6] - 2023-09-10 @@ -54,7 +56,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.6...HEAD +[Unreleased]: https://github.com/taiki-e/cargo-no-dev-deps/compare/v0.2.7...HEAD +[0.2.7]: https://github.com/taiki-e/cargo-no-dev-deps/compare/v0.2.6...v0.2.7 [0.2.6]: https://github.com/taiki-e/cargo-no-dev-deps/compare/v0.2.5...v0.2.6 [0.2.5]: https://github.com/taiki-e/cargo-no-dev-deps/compare/v0.2.4...v0.2.5 [0.2.4]: https://github.com/taiki-e/cargo-no-dev-deps/compare/v0.2.3...v0.2.4 diff --git a/Cargo.toml b/Cargo.toml index e38f299..2ef4be4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cargo-no-dev-deps" -version = "0.2.6" +version = "0.2.7" edition = "2021" rust-version = "1.66" license = "Apache-2.0 OR MIT"