Skip to content

Commit

Permalink
Release 0.5.14
Browse files Browse the repository at this point in the history
  • Loading branch information
taiki-e committed Jun 2, 2022
1 parent 0dd38b4 commit d5175f5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ Note: In this file, do not use the hard wrap in the middle of a sentence for com

## [Unreleased]

## [0.5.14] - 2022-06-02

- Distribute prebuilt binaries for aarch64 macOS. ([#151](https://github.com/taiki-e/cargo-hack/pull/151))

## [0.5.13] - 2022-05-12
Expand Down Expand Up @@ -272,7 +274,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.5.13...HEAD
[Unreleased]: https://github.com/taiki-e/cargo-hack/compare/v0.5.14...HEAD
[0.5.14]: https://github.com/taiki-e/cargo-hack/compare/v0.5.13...v0.5.14
[0.5.13]: https://github.com/taiki-e/cargo-hack/compare/v0.5.12...v0.5.13
[0.5.12]: https://github.com/taiki-e/cargo-hack/compare/v0.5.11...v0.5.12
[0.5.11]: https://github.com/taiki-e/cargo-hack/compare/v0.5.10...v0.5.11
Expand Down
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.5.13" #publish:version
version = "0.5.14" #publish:version
edition = "2018"
rust-version = "1.46"
license = "Apache-2.0 OR MIT"
Expand Down

0 comments on commit d5175f5

Please sign in to comment.