Skip to content

Commit 5a4bfc9

Browse files
committed
Release 0.4.8
1 parent f73b46c commit 5a4bfc9

File tree

5 files changed

+8
-5
lines changed

5 files changed

+8
-5
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ This project adheres to [Semantic Versioning](https://semver.org).
66

77
## [Unreleased]
88

9+
## [0.4.8] - 2020-12-03
10+
911
* [Fix an issue that feature combinations exclusion does not work properly when used with `--group-features`.](https://github.com/taiki-e/cargo-hack/pull/99)
1012

1113
## [0.4.7] - 2020-12-03
@@ -220,7 +222,8 @@ See [#89](https://github.com/taiki-e/cargo-hack/pull/89) for more.
220222

221223
Initial release
222224

223-
[Unreleased]: https://github.com/taiki-e/cargo-hack/compare/v0.4.7...HEAD
225+
[Unreleased]: https://github.com/taiki-e/cargo-hack/compare/v0.4.8...HEAD
226+
[0.4.8]: https://github.com/taiki-e/cargo-hack/compare/v0.4.7...v0.4.8
224227
[0.4.7]: https://github.com/taiki-e/cargo-hack/compare/v0.4.6...v0.4.7
225228
[0.4.6]: https://github.com/taiki-e/cargo-hack/compare/v0.4.5...v0.4.6
226229
[0.4.5]: https://github.com/taiki-e/cargo-hack/compare/v0.4.4...v0.4.5

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cargo-hack"
3-
version = "0.4.7"
3+
version = "0.4.8"
44
authors = ["Taiki Endo <te316e89@gmail.com>"]
55
edition = "2018"
66
license = "Apache-2.0 OR MIT"

tests/long-help.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
cargo-hack 0.4.7
1+
cargo-hack 0.4.8
22
A tool to work around some limitations on cargo.
33

44
USAGE:

tests/short-help.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
cargo-hack 0.4.7
1+
cargo-hack 0.4.8
22
A tool to work around some limitations on cargo.
33

44
USAGE:

0 commit comments

Comments
 (0)