Skip to content

Commit

Permalink
Release 0.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
taiki-e committed Nov 13, 2020
1 parent 3898aa9 commit 37cfebe
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 5 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,14 @@ This project adheres to [Semantic Versioning](https://semver.org).

## [Unreleased]

## [0.4.4] - 2020-11-13

No public API changes from 0.4.3.

* Remove version number from release binaries. URLs containing version numbers will continue to work, but are deprecated and will be removed in the next major version. See [#91](https://github.com/taiki-e/cargo-hack/pull/91) for more.

* Reduce the size of release binaries.

## [0.4.3] - 2020-11-08

No public API changes from 0.4.2.
Expand Down Expand Up @@ -190,7 +198,8 @@ See [#89](https://github.com/taiki-e/cargo-hack/pull/89) for more.

Initial release

[Unreleased]: https://github.com/taiki-e/cargo-hack/compare/v0.4.3...HEAD
[Unreleased]: https://github.com/taiki-e/cargo-hack/compare/v0.4.4...HEAD
[0.4.4]: https://github.com/taiki-e/cargo-hack/compare/v0.4.3...v0.4.4
[0.4.3]: https://github.com/taiki-e/cargo-hack/compare/v0.4.2...v0.4.3
[0.4.2]: https://github.com/taiki-e/cargo-hack/compare/v0.4.1...v0.4.2
[0.4.1]: https://github.com/taiki-e/cargo-hack/compare/v0.4.0...v0.4.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.4.3"
version = "0.4.4"
authors = ["Taiki Endo <te316e89@gmail.com>"]
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.4.3
cargo-hack 0.4.4
A tool to work around some limitations on cargo.

USAGE:
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.4.3
cargo-hack 0.4.4
A tool to work around some limitations on cargo.

USAGE:
Expand Down

0 comments on commit 37cfebe

Please sign in to comment.