Releases: taiki-e/cargo-hack
0.5.3
-
Documentation improvements.
-
Exclude unneeded files from crates.io.
0.5.2
0.5.1
0.5.0
-
Remove deprecated
--skip-no-default-features
flag. Use--exclude-no-default-features
flag instead. -
Add
--version-range
option. See #102 for more. -
cargo-hack now handles SIGTERM the same as SIGINT (ctrl-c).
-
GitHub Releases binaries containing version numbers are no longer distributed. See #91 for more.
-
Diagnostic improvements.
0.4.8
0.4.7
0.4.6
-
Exclude feature combinations by detecting dependencies of features. This may significantly reduce the runtime of
--feature-powerset
on projects that have many features. See #81 for more.
0.4.5
-
Fix an issue where
cargo-hack
exits with exit code0
if no subcommand or valid flag was passed. -
Fix an issue where
--no-default-features
flag was treated as--exclude-no-default-features
when used together with--each-feature
or--feature-powerset
.