Skip to content

za 0.1.48

Choose a tag to compare

@github-actions github-actions released this 01 Apr 06:07
· 103 commits to main since this release
50c5421

Release assets

Formal release contract:

  • Versioned archives plus SHA256SUMS
  • Stable archive layout: <asset-stem>/za, LICENSE, README.md
  • Immutable per-version assets bound to tag 0.1.48

Platform matrix:

  • linux/amd64 (musl) -> za-0.1.48-x86_64-unknown-linux-musl.tar.gz
  • linux/amd64 (gnu) -> za-0.1.48-x86_64-unknown-linux-gnu.tar.gz
  • linux/arm64 (musl) -> za-0.1.48-aarch64-unknown-linux-musl.tar.gz
  • linux/armhf (gnu) -> za-0.1.48-arm-unknown-linux-gnueabihf.tar.gz
  • linux/arm/v7 (gnu) -> za-0.1.48-armv7-unknown-linux-gnueabihf.tar.gz
  • darwin/arm64 -> za-0.1.48-aarch64-apple-darwin.tar.gz
  • windows/amd64 -> za-0.1.48-x86_64-pc-windows-msvc.zip

Convenience aliases:

  • za-linux-amd64
  • za-linux-arm64
  • za-linux-armhf
  • za-linux-armv7
  • za-darwin-arm64
  • za-windows-amd64.exe

Convenience aliases are intended for manual latest installs. Pinned automation SHOULD prefer versioned archives plus SHA256SUMS.

[0.1.48] - 2026-04-01

🚀 Features

  • (tool) Add compact bulk updates with parallel checks
  • (deps) Add compact audit output with verbose inventory
  • (tool) Unify batch install, update, and sync output
  • (cli) Add shared semantic terminal colors

🐛 Bug Fixes

  • (tool) Retry transient release metadata and downloads
  • (tool) Smooth download retry and fallback output

⚙️ Miscellaneous Tasks

  • (test) Run nextest with the correct cargo subcommand
  • Release za version 0.1.48