Releases: codedeviate/batty
Releases · codedeviate/batty
Release list
v0.15.0
Full Changelog: v0.14.0...v0.15.0
v0.14.0
v0.13.2
v0.13.1
v0.13.0
v0.12.0
v0.11.0
v0.10.1
v0.10.0 — colorized --examples, man page, CHANGELOG
Added
- Colorized
--examplesflag: curated, copy-pasteable usage scenarios for every common flag. Mirrors the pattern fromcodedeviate/reconfor cross-repo uniformity. HonorsNO_COLORand TTY detection; short-circuits before pager / file validation so it works without any arguments. - Hand-written man page at
man/batty.1covering every CLI flag, the interactive keybindings, the config schema, and environment variables. Install instructions in the README; the Homebrew formula installs it automatically. CHANGELOG.mdin Keep a Changelog format, backfilled from the full version history (0.1.0 → 0.10.0).- CLAUDE.md conventions requiring
man/batty.1,src/examples.rs, andCHANGELOG.mdto stay in sync with code changes — same rule asREADME.md/OUT-OF-SCOPE.md.
Install
# Homebrew
brew tap codedeviate/cli
brew install batty
# Cargo
cargo install batty-catLinks
- Full changelog: https://github.com/codedeviate/batty/blob/v0.10.0/CHANGELOG.md
- Diff: v0.9.1...v0.10.0
v0.9.1
[0.9.1] — 2026-05-17
Changed
- Published to crates.io as
batty-cat(thebattyname was taken).
The binary, repo, and Homebrew formula all remainbatty; only the
crate name on crates.io differs. - Added shields.io badge header (GitHub, latest release, crates.io,
Homebrew tap, Rust edition / MSRV, license) to README.md for cross-repo
uniformity.