From 9e332df1506859ad87cac37da7ac6ea0abf03146 Mon Sep 17 00:00:00 2001 From: Taiki Endo Date: Sun, 4 Sep 2022 22:47:01 +0900 Subject: [PATCH] Release 0.5.18 --- CHANGELOG.md | 5 ++++- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0937c98b..dedf547f 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.5.18] - 2022-09-04 + - Allow empty strings in `--features` (`-F`), `--exclude-features` (`--skip`), `--include-features`. Passing an empty string to them is now considered the same as not passing the flag. See [#163](https://github.com/taiki-e/cargo-hack/pull/163) for more. @@ -300,7 +302,8 @@ See [#89](https://github.com/taiki-e/cargo-hack/pull/89) for more. Initial release -[Unreleased]: https://github.com/taiki-e/cargo-hack/compare/v0.5.17...HEAD +[Unreleased]: https://github.com/taiki-e/cargo-hack/compare/v0.5.18...HEAD +[0.5.18]: https://github.com/taiki-e/cargo-hack/compare/v0.5.17...v0.5.18 [0.5.17]: https://github.com/taiki-e/cargo-hack/compare/v0.5.16...v0.5.17 [0.5.16]: https://github.com/taiki-e/cargo-hack/compare/v0.5.15...v0.5.16 [0.5.15]: https://github.com/taiki-e/cargo-hack/compare/v0.5.14...v0.5.15 diff --git a/Cargo.toml b/Cargo.toml index bbb4a5c8..fa742109 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cargo-hack" -version = "0.5.17" +version = "0.5.18" edition = "2021" rust-version = "1.56" license = "Apache-2.0 OR MIT"