Skip to content

Commit

Permalink
Release 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
taiki-e committed Nov 20, 2019
1 parent 91297a1 commit 1f9ddee
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
11 changes: 9 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,16 @@ This project adheres to [Semantic Versioning](https://semver.org).

## [Unreleased]

## [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.

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

## [0.3.0] - 2019-11-13

* [cargo-hack now works on windows.][17]
* [Fixed issue that when `--all`(`--workspace`) and `--package` flags are run in subcrate, the command does not apply to other crates in the workspace.][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]

Expand Down Expand Up @@ -41,7 +47,8 @@ This project adheres to [Semantic Versioning](https://semver.org).

Initial release

[Unreleased]: https://github.com/taiki-e/cargo-hack/compare/v0.3.0...HEAD
[Unreleased]: https://github.com/taiki-e/cargo-hack/compare/v0.3.1...HEAD
[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
[0.2.0]: https://github.com/taiki-e/cargo-hack/compare/v0.1.1...v0.2.0
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.0"
version = "0.3.1"
authors = ["Taiki Endo <te316e89@gmail.com>"]
edition = "2018"
license = "Apache-2.0 OR MIT"
Expand Down

0 comments on commit 1f9ddee

Please sign in to comment.