Skip to content

Commit

Permalink
Release 0.3.14
Browse files Browse the repository at this point in the history
  • Loading branch information
taiki-e committed Oct 10, 2020
1 parent aff0e62 commit 45cafc0
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 9 deletions.
17 changes: 12 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ This project adheres to [Semantic Versioning](https://semver.org).

## [Unreleased]

## [0.3.14] - 2020-10-10

* [Add `--depth` option.][59] See [#59][59] for details.

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

## [0.3.13] - 2020-09-22

* [Print the command actually executed when error occurred.](https://github.com/taiki-e/cargo-hack/pull/55)
Expand All @@ -20,7 +26,7 @@ This project adheres to [Semantic Versioning](https://semver.org).

## [0.3.11] - 2020-07-11

* [Added `--clean-per-run` flag.][49] See [#49][49] for more details.
* [Added `--clean-per-run` flag.][49] See [#49][49] for details.

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

Expand All @@ -38,7 +44,7 @@ This project adheres to [Semantic Versioning](https://semver.org).

## [0.3.8] - 2020-05-21

* [Added `--skip-no-default-features` flag.][41] See [#38][38] for more details.
* [Added `--skip-no-default-features` flag.][41] See [#38][38] for details.

[38]: https://github.com/taiki-e/cargo-hack/pull/38
[41]: https://github.com/taiki-e/cargo-hack/pull/41
Expand All @@ -57,7 +63,7 @@ This project adheres to [Semantic Versioning](https://semver.org).

## [0.3.5] - 2020-04-24

* [Added `--optional-deps` flag.][34] See [#28][28] for more details.
* [Added `--optional-deps` flag.][34] See [#28][28] for details.

[28]: https://github.com/taiki-e/cargo-hack/pull/28
[34]: https://github.com/taiki-e/cargo-hack/pull/34
Expand All @@ -70,7 +76,7 @@ This project adheres to [Semantic Versioning](https://semver.org).

## [0.3.3] - 2020-01-06

* [Added `--skip` option.][25] See [#24][24] for more details.
* [Added `--skip` option.][25] See [#24][24] for details.

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

Initial release

[Unreleased]: https://github.com/taiki-e/cargo-hack/compare/v0.3.13...HEAD
[Unreleased]: https://github.com/taiki-e/cargo-hack/compare/v0.3.14...HEAD
[0.3.14]: https://github.com/taiki-e/cargo-hack/compare/v0.3.13...v0.3.14
[0.3.13]: https://github.com/taiki-e/cargo-hack/compare/v0.3.12...v0.3.13
[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
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.13"
version = "0.3.14"
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.13
cargo-hack 0.3.14

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.13
cargo-hack 0.3.14

A tool to work around some limitations on cargo.

Expand Down

0 comments on commit 45cafc0

Please sign in to comment.