Skip to content

Commit

Permalink
Update changelog and readme
Browse files Browse the repository at this point in the history
  • Loading branch information
taiki-e committed Oct 26, 2024
1 parent 7f1ee3a commit f77af8e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
10 changes: 7 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,16 @@ All notable changes to this project will be documented in this file.

This project adheres to [Semantic Versioning](https://semver.org).

Releases may yanked if there is a security bug, a soundness bug, or a regression.

<!--
Note: In this file, do not use the hard wrap in the middle of a sentence for compatibility with GitHub comment style markdown rendering.
-->

## [Unreleased]

- Disable quick-install fallback of cargo-binstall.

## [0.6.31] - 2024-08-08

- Add `--partition` option. ([#253](https://github.com/taiki-e/cargo-hack/pull/253), thanks @ryoqun)
Expand Down Expand Up @@ -227,7 +231,7 @@ Note: In this file, do not use the hard wrap in the middle of a sentence for com
- Allow empty strings in `--features` (`-F`), `--exclude-features` (`--skip`), `--include-features`.
Passing an empty string to them is now considered the same as not passing the flag. See [#163](https://github.com/taiki-e/cargo-hack/pull/163) for more.

- Distribute prebuilt binaries for aarch64 Windows.
- Distribute prebuilt binaries for AArch64 Windows.

## [0.5.17] - 2022-08-12

Expand All @@ -252,15 +256,15 @@ Note: In this file, do not use the hard wrap in the middle of a sentence for com

## [0.5.14] - 2022-06-02

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

## [0.5.13] - 2022-05-12

- Support short flag of `--features` (`-F`). ([#150](https://github.com/taiki-e/cargo-hack/pull/150))

## [0.5.12] - 2022-01-21

- Distribute prebuilt binaries for aarch64 Linux (gnu and musl).
- Distribute prebuilt binaries for AArch64 Linux (gnu and musl).

## [0.5.11] - 2022-01-21

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -496,7 +496,7 @@ This makes the installation faster and may avoid the impact of [problems caused
<!-- omit in toc -->
### Via Homebrew
You can install cargo-hack from the [Homebrew tap maintained by us](https://github.com/taiki-e/homebrew-tap/blob/HEAD/Formula/cargo-hack.rb) (x86_64/aarch64 macOS, x86_64/aarch64 Linux):
You can install cargo-hack from the [Homebrew tap maintained by us](https://github.com/taiki-e/homebrew-tap/blob/HEAD/Formula/cargo-hack.rb) (x86_64/AArch64 macOS, x86_64/AArch64 Linux):
```sh
brew install taiki-e/tap/cargo-hack
Expand Down

0 comments on commit f77af8e

Please sign in to comment.