Skip to content

Commit f77af8e

Browse files
committed
Update changelog and readme
1 parent 7f1ee3a commit f77af8e

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

CHANGELOG.md

+7-3
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,16 @@ All notable changes to this project will be documented in this file.
44

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

7+
Releases may yanked if there is a security bug, a soundness bug, or a regression.
8+
79
<!--
810
Note: In this file, do not use the hard wrap in the middle of a sentence for compatibility with GitHub comment style markdown rendering.
911
-->
1012

1113
## [Unreleased]
1214

15+
- Disable quick-install fallback of cargo-binstall.
16+
1317
## [0.6.31] - 2024-08-08
1418

1519
- Add `--partition` option. ([#253](https://github.com/taiki-e/cargo-hack/pull/253), thanks @ryoqun)
@@ -227,7 +231,7 @@ Note: In this file, do not use the hard wrap in the middle of a sentence for com
227231
- Allow empty strings in `--features` (`-F`), `--exclude-features` (`--skip`), `--include-features`.
228232
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.
229233

230-
- Distribute prebuilt binaries for aarch64 Windows.
234+
- Distribute prebuilt binaries for AArch64 Windows.
231235

232236
## [0.5.17] - 2022-08-12
233237

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

253257
## [0.5.14] - 2022-06-02
254258

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

257261
## [0.5.13] - 2022-05-12
258262

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

261265
## [0.5.12] - 2022-01-21
262266

263-
- Distribute prebuilt binaries for aarch64 Linux (gnu and musl).
267+
- Distribute prebuilt binaries for AArch64 Linux (gnu and musl).
264268

265269
## [0.5.11] - 2022-01-21
266270

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -496,7 +496,7 @@ This makes the installation faster and may avoid the impact of [problems caused
496496
<!-- omit in toc -->
497497
### Via Homebrew
498498
499-
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):
499+
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):
500500
501501
```sh
502502
brew install taiki-e/tap/cargo-hack

0 commit comments

Comments
 (0)