Skip to content

Tags: jdx/usage

Tags

v3.5.6

Toggle v3.5.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: release v3.5.6 (#725)

### 🐛 Bug Fixes

- **(cli)** avoid trailing semicolon in macro expression position by
[@jdx](https://github.com/jdx) in
[#729](#729)
- **(completion)** write spec cache to private dir instead of
world-writable tmp by [@jdx](https://github.com/jdx) in
[#727](#727)
- **(lib)** remove needless borrows in format args by
[@jdx](https://github.com/jdx) in
[#726](#726)
- **(markdown)** preserve HTML in fenced code blocks by
[@risu729](https://github.com/risu729) in
[#720](#720)
- **(nu)** create completion cache dir with mode 700 and fix home-dir
lookup by [@jdx](https://github.com/jdx) in
[#731](#731)

### 🔍 Other Changes

- remove dtolnay/rust-toolchain action, use runner default rust by
[@jdx](https://github.com/jdx) in
[#724](#724)
- regenerate aube-lock.yaml on renovate branches by
[@jdx](https://github.com/jdx) in
[#728](#728)
- exclude aube-lock.yaml from prettier by [@jdx](https://github.com/jdx)
in [#732](#732)

### 📦️ Dependency Updates

- lock file maintenance by
[@renovate[bot]](https://github.com/renovate[bot]) in
[#723](#723)

v3.5.5

Toggle v3.5.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: release v3.5.5 (#711)

### 🐛 Bug Fixes

- **(parse)** allow hyphen-prefixed flag values by
[@jdx](https://github.com/jdx) in
[#715](#715)

### 📚 Documentation

- redesign logo as flat vector flag mark by
[@jdx](https://github.com/jdx) in
[#714](#714)

### 🧪 Testing

- invoke typescript compiler through npx package by
[@jdx](https://github.com/jdx) in
[#719](#719)

### 🔍 Other Changes

- **(release)** skip ai reviews for release prs by
[@jdx](https://github.com/jdx) in
[#718](#718)
- schedule releases for Monday morning by [@jdx](https://github.com/jdx)
in [#710](#710)
- gate autorelease on fix and feat commits by
[@jdx](https://github.com/jdx) in
[#716](#716)

v3.5.4

Toggle v3.5.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: release v3.5.4 (#696)

v3.5.3

Toggle v3.5.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: release v3.5.3 (#690)

v3.5.2

Toggle v3.5.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: release v3.5.2 (#688)

v3.5.1

Toggle v3.5.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: release v3.5.1 (#677)

v3.5.0

Toggle v3.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: release v3.4.1 (#658)

v3.4.0

Toggle v3.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(ci): use trusted publishing for crates (#654)

v3.3.0

Toggle v3.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: release v3.3.0 (#599)

### 🚀 Features

- **(complete)** auto-completion for usage shebang scripts by
[@jdx](https://github.com/jdx) in
[#620](#620)

### 🐛 Bug Fixes

- **(docs)** stack banner and pin close button on mobile by
[@jdx](https://github.com/jdx) in
[#603](#603)

### 📚 Documentation

- **(site)** show release version and github stars by
[@jdx](https://github.com/jdx) in
[#604](#604)
- add cross-site announcement banner by [@jdx](https://github.com/jdx)
in [#600](#600)
- fix banner dark-mode contrast by [@jdx](https://github.com/jdx) in
[#601](#601)
- respect banner expires field by [@jdx](https://github.com/jdx) in
[#602](#602)
- prefix star count with ★ glyph and populate it on deploy by
[@jdx](https://github.com/jdx) in
[#606](#606)
- integrate Commander.js, oclif and yargs by
[@gaojunran](https://github.com/gaojunran) in
[#616](#616)
- integrate Typer and Click by
[@gaojunran](https://github.com/gaojunran) in
[#619](#619)

### 🔍 Other Changes

- **(docs)** remove shrill.en.dev analytics script by
[@jdx](https://github.com/jdx) in
[#614](#614)
- **(release)** append en.dev sponsor blurb to release notes by
[@jdx](https://github.com/jdx) in
[#598](#598)
- switch analytics from gtm to plausible by
[@jdx](https://github.com/jdx) in
[#609](#609)
- pin taiki-e/install-action to commit SHA by
[@jdx](https://github.com/jdx) in
[#610](#610)
- rename CLAUDE.md to AGENTS.md and symlink by
[@jdx](https://github.com/jdx) in
[#618](#618)

### 📦️ Dependency Updates

- bump communique to 1.1.2 by [@jdx](https://github.com/jdx) in
[#605](#605)
- lock file maintenance by
[@renovate[bot]](https://github.com/renovate[bot]) in
[#607](#607)
- update autofix-ci/action action to v1.3.4 by
[@renovate[bot]](https://github.com/renovate[bot]) in
[#611](#611)
- update apple-actions/import-codesign-certs action to v7 by
[@renovate[bot]](https://github.com/renovate[bot]) in
[#612](#612)
- update taiki-e/install-action digest to fc9eae0 by
[@renovate[bot]](https://github.com/renovate[bot]) in
[#613](#613)

---------

Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>

v3.2.1

Toggle v3.2.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: release v3.2.1 (#564)

### 🐛 Bug Fixes

- **(zsh)** escape values without descriptions by
[@david-hamilton-glean](https://github.com/david-hamilton-glean) in
[#597](#597)
- use CARGO_BIN_EXE_usage if set by
[@kybe236](https://github.com/kybe236) in
[#568](#568)

### 📚 Documentation

- add releases nav and aube lock by [@jdx](https://github.com/jdx) in
[#593](#593)
- add linux optional packages to aube lock by
[@jdx](https://github.com/jdx) in
[#594](#594)

### 📦️ Dependency Updates

- pin dtolnay/rust-toolchain action to 631a55b by
[@renovate[bot]](https://github.com/renovate[bot]) in
[#562](#562)
- update codecov/codecov-action digest to 75cd116 by
[@renovate[bot]](https://github.com/renovate[bot]) in
[#563](#563)
- update pnpm/action-setup digest to b906aff by
[@renovate[bot]](https://github.com/renovate[bot]) in
[#566](#566)
- update jdx/mise-action digest to 5228313 by
[@renovate[bot]](https://github.com/renovate[bot]) in
[#565](#565)
- lock file maintenance by
[@renovate[bot]](https://github.com/renovate[bot]) in
[#569](#569)
- update dtolnay/rust-toolchain digest to 29eef33 by
[@renovate[bot]](https://github.com/renovate[bot]) in
[#571](#571)
- update swatinem/rust-cache digest to e18b497 by
[@renovate[bot]](https://github.com/renovate[bot]) in
[#572](#572)
- lock file maintenance by
[@renovate[bot]](https://github.com/renovate[bot]) in
[#574](#574)
- lock file maintenance by
[@renovate[bot]](https://github.com/renovate[bot]) in
[#575](#575)
- update taiki-e/upload-rust-binary-action digest to 10c1cf6 by
[@renovate[bot]](https://github.com/renovate[bot]) in
[#576](#576)
- update rust crate ctor to 0.9 by
[@renovate[bot]](https://github.com/renovate[bot]) in
[#577](#577)
- update actions/configure-pages action to v6 by
[@renovate[bot]](https://github.com/renovate[bot]) in
[#579](#579)
- update rust crate indexmap to v2.14.0 by
[@renovate[bot]](https://github.com/renovate[bot]) in
[#578](#578)
- update codecov/codecov-action action to v6 by
[@renovate[bot]](https://github.com/renovate[bot]) in
[#581](#581)
- update actions/deploy-pages action to v5 by
[@renovate[bot]](https://github.com/renovate[bot]) in
[#580](#580)
- update pnpm/action-setup action to v5 by
[@renovate[bot]](https://github.com/renovate[bot]) in
[#583](#583)
- update jdx/mise-action action to v4 by
[@renovate[bot]](https://github.com/renovate[bot]) in
[#582](#582)
- update pnpm/action-setup action to v6 by
[@renovate[bot]](https://github.com/renovate[bot]) in
[#584](#584)
- lock file maintenance by
[@renovate[bot]](https://github.com/renovate[bot]) in
[#585](#585)
- update rust crate clap to v4.6.1 by
[@renovate[bot]](https://github.com/renovate[bot]) in
[#586](#586)
- update rust crate ctor to 0.10 by
[@renovate[bot]](https://github.com/renovate[bot]) in
[#587](#587)
- update actions/upload-pages-artifact action to v5 by
[@renovate[bot]](https://github.com/renovate[bot]) in
[#588](#588)
- update rust crate assert_cmd to v2.2.1 by
[@renovate[bot]](https://github.com/renovate[bot]) in
[#589](#589)
- update taiki-e/upload-rust-binary-action digest to f0d45ae by
[@renovate[bot]](https://github.com/renovate[bot]) in
[#590](#590)
- update dependency eslint to v10.2.1 by
[@renovate[bot]](https://github.com/renovate[bot]) in
[#591](#591)
- update pnpm/action-setup digest to 078e9d4 by
[@renovate[bot]](https://github.com/renovate[bot]) in
[#592](#592)
- lock file maintenance by
[@renovate[bot]](https://github.com/renovate[bot]) in
[#595](#595)

### New Contributors

- @david-hamilton-glean made their first contribution in
[#597](#597)
- @kybe236 made their first contribution in
[#568](#568)

---------

Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>