Skip to content

0.15.0 - 2026-03-02

Latest

Choose a tag to compare

@github-actions github-actions released this 07 Mar 17:45
4ef3283

Release Notes

🚀 Features

  • Add option to print post-hook stdout

🐛 Bug Fixes

  • Stream post-hook stdout in real time when print_stdout is enabled

🎨 Styling

  • Apply cargo fmt

Install baker 0.15.0

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/aliev/baker/releases/download/v0.15.0/baker-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy Bypass -c "irm https://github.com/aliev/baker/releases/download/v0.15.0/baker-installer.ps1 | iex"

Install prebuilt binaries via Homebrew

brew install aliev/tap/baker

Download baker 0.15.0

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