Skip to content

0.3.0 - 2026-05-26

Choose a tag to compare

@github-actions github-actions released this 26 May 16:40
47c134e

Release Notes

Added

  • add pure-rust feature for C-free zstd via zstd-pure-rs (claude-sonnet-4-6 and GPT-5.5-Codex)
  • show content_sha256 and content_md5 presence in tarzan info (claude-sonnet-4-6)
  • [breaking] document content_md5 in integrity-layers prose (claude-sonnet-4-6)
  • store content_md5 in TOC for S3 ETag interoperability (claude-sonnet-4-6)

Fixed

  • correct feat-to-patch bump config, use release-plz native option not cliff.toml (claude-sonnet-4-6)

Other

  • disclose AI-assisted development in README and lib.rs (claude-sonnet-4-6)
  • [breaking] add semver-compatibility check (claude-sonnet-4-6)
  • configure git-cliff so feat: bumps patch not minor (pre-1.0 policy) (claude-sonnet-4-6)

Install tarzan 0.3.0

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/astraw/tarzan-rs/releases/download/v0.3.0/tarzan-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy Bypass -c "irm https://github.com/astraw/tarzan-rs/releases/download/v0.3.0/tarzan-installer.ps1 | iex"

Download tarzan 0.3.0

File Platform Checksum
tarzan-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
tarzan-x86_64-apple-darwin.tar.xz Intel macOS checksum
tarzan-x86_64-pc-windows-msvc.zip x64 Windows checksum
tarzan-aarch64-unknown-linux-gnu.tar.xz ARM64 Linux checksum
tarzan-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum
tarzan-aarch64-unknown-linux-musl.tar.xz ARM64 MUSL Linux checksum
tarzan-x86_64-unknown-linux-musl.tar.xz x64 MUSL Linux checksum