Skip to content

0.8.3

Choose a tag to compare

@github-actions github-actions released this 20 Jul 04:53

Release Notes

The 0.8.2 pipeline fix, actually published. 0.8.2's release CI failed to build artifacts (an npm ci
lock-strictness mismatch on the runner's npm, plus a cargo-dist release.yml consistency check), so it
never reached brew or crates.io. 0.8.3 fixes the pipeline itself: the Makefile uses npm install
(version-agnostic across runner npm), and release.yml is regenerated by dist generate so the
UI-build step is wired through cargo-dist's github-build-setup hook. Contents are 0.8.2's, below.

Install confer-cli 0.8.3

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/codeshrew/confer/releases/download/v0.8.3/confer-cli-installer.sh | sh

Install prebuilt binaries via Homebrew

brew install codeshrew/tap/confer

Download confer-cli 0.8.3

File Platform Checksum
confer-cli-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
confer-cli-x86_64-apple-darwin.tar.xz Intel macOS checksum
confer-cli-aarch64-unknown-linux-musl.tar.xz ARM64 MUSL Linux checksum
confer-cli-x86_64-unknown-linux-musl.tar.xz x64 MUSL Linux checksum