Skip to content

Releases: mbhall88/boast

v0.4.0

Choose a tag to compare

@mbhall88 mbhall88 released this 06 Aug 10:02
75ec4cc

0.4.0 (2026-08-06)

Features

  • add a Docker Hub Provider for container pull counts (aae9eee)
  • add a Quay.io Provider for container pull counts (de0cb1b)
  • count repository scholarly mentions (#81) (f6fc2ae)

Bug Fixes

  • carry headline download notices into prose, and record ADR-0009 (6c9e71e)
  • terminate and de-duplicate prose notices; document the PyPI change (5d752ee)

v0.3.0

Choose a tag to compare

@mbhall88 mbhall88 released this 04 Aug 05:57
a88d479

0.3.0 (2026-08-04)

Features

  • surface a diff's Failed messages in a Provider Notes footer (#68) (a36c564)

Bug Fixes

  • promote over-length NotApplicable/Failed messages to a Provider Notes footer (#66) (c7c9bd2)

v0.2.1

Choose a tag to compare

@mbhall88 mbhall88 released this 04 Aug 01:04
d9ce80f

0.2.1 (2026-08-04)

Bug Fixes

  • stop release-please from skipping tag creation on release (28c3091)

v0.2.0

Choose a tag to compare

@mbhall88 mbhall88 released this 04 Aug 00:53

0.2.0 (2026-08-03)

Features

  • add mdBook documentation site on GitHub Pages, shrink README to a front door (5823c15), closes #45

Bug Fixes

  • fix broken example command, derive CLI reference subcommand list, link orphaned spec (9582096)
  • stop release-please creating a GitHub Release that conflicts with dist (#55) (2bfbfb9)

0.1.1 (2026-07-31)

Choose a tag to compare

@github-actions github-actions released this 31 Jul 02:53
0b1f833

Release Notes

Bug Fixes

  • pin the Rust toolchain to stop release builds drifting from Cargo.toml's MSRV (#53) (43e2d60)

Install boast 0.1.1

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/mbhall88/boast/releases/download/0.1.1/boast-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy Bypass -c "irm https://github.com/mbhall88/boast/releases/download/0.1.1/boast-installer.ps1 | iex"

Install prebuilt binaries via Homebrew

brew install mbhall88/tap/boast

Download boast 0.1.1

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