Skip to content

Commit

Permalink
Release 0.3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
taiki-e committed Sep 18, 2020
1 parent 2b8db62 commit 72a41b4
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 5 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ This project adheres to [Semantic Versioning](https://semver.org).

## [Unreleased]

## [0.3.12] - 2020-09-18

* [Allow only specified optional dependencies to be considered as features.](https://github.com/taiki-e/cargo-hack/pull/51)

## [0.3.11] - 2020-07-11

* [Added `--clean-per-run` flag.][49] See [#49][49] for more details.
Expand Down Expand Up @@ -116,7 +120,8 @@ This project adheres to [Semantic Versioning](https://semver.org).

Initial release

[Unreleased]: https://github.com/taiki-e/cargo-hack/compare/v0.3.11...HEAD
[Unreleased]: https://github.com/taiki-e/cargo-hack/compare/v0.3.12...HEAD
[0.3.12]: https://github.com/taiki-e/cargo-hack/compare/v0.3.11...v0.3.12
[0.3.11]: https://github.com/taiki-e/cargo-hack/compare/v0.3.10...v0.3.11
[0.3.10]: https://github.com/taiki-e/cargo-hack/compare/v0.3.9...v0.3.10
[0.3.9]: https://github.com/taiki-e/cargo-hack/compare/v0.3.8...v0.3.9
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.11"
version = "0.3.12"
authors = ["Taiki Endo <[email protected]>"]
edition = "2018"
license = "Apache-2.0 OR MIT"
Expand Down
2 changes: 1 addition & 1 deletion tests/long-help.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cargo-hack 0.3.11
cargo-hack 0.3.12

A tool to work around some limitations on cargo.

Expand Down
2 changes: 1 addition & 1 deletion tests/short-help.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cargo-hack 0.3.11
cargo-hack 0.3.12

A tool to work around some limitations on cargo.

Expand Down

0 comments on commit 72a41b4

Please sign in to comment.