Skip to content

Commit

Permalink
Release 0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
taiki-e committed Dec 9, 2019
1 parent 357d68e commit 1aee68c
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 3 deletions.
15 changes: 14 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,15 @@ This project adheres to [Semantic Versioning](https://semver.org).

## [Unreleased]

## [0.3.2] - 2019-12-09

* [Added `--feature-powerset` flag to perform for the feature powerset.][23]

* [Reduced compile time of `cargo-hack` to less than half.][22]

[22]: https://github.com/taiki-e/cargo-hack/pull/22
[23]: https://github.com/taiki-e/cargo-hack/pull/23

## [0.3.1] - 2019-11-20

* [cargo-hack can now handle ctrl-c signal properly.][20] Previously there was an issue with interoperability with `--no-dev-deps` flag.
Expand All @@ -15,8 +24,11 @@ This project adheres to [Semantic Versioning](https://semver.org).
## [0.3.0] - 2019-11-13

* [cargo-hack now works on windows.][17]

* [Fixed an issue that when `--all`(`--workspace`) and `--package` flags are run in subcrate, the command does not apply to other crates in the workspace.][17]

* [Banned `--no-dev-deps` flag with builds that require dev-dependencies.][16]

* [cargo-hack is no longer does not generate temporary backup files.][14]

[14]: https://github.com/taiki-e/cargo-hack/pull/14
Expand Down Expand Up @@ -47,7 +59,8 @@ This project adheres to [Semantic Versioning](https://semver.org).

Initial release

[Unreleased]: https://github.com/taiki-e/cargo-hack/compare/v0.3.1...HEAD
[Unreleased]: https://github.com/taiki-e/cargo-hack/compare/v0.3.2...HEAD
[0.3.2]: https://github.com/taiki-e/cargo-hack/compare/v0.3.1...v0.3.2
[0.3.1]: https://github.com/taiki-e/cargo-hack/compare/v0.3.0...v0.3.1
[0.3.0]: https://github.com/taiki-e/cargo-hack/compare/v0.2.1...v0.3.0
[0.2.1]: https://github.com/taiki-e/cargo-hack/compare/v0.2.0...v0.2.1
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cargo-hack"
version = "0.3.1"
version = "0.3.2"
authors = ["Taiki Endo <te316e89@gmail.com>"]
edition = "2018"
license = "Apache-2.0 OR MIT"
Expand Down

0 comments on commit 1aee68c

Please sign in to comment.