github pulp-platform/bender v0.32.1
0.32.1 - 2026-07-07

5 hours ago

Release Notes

Added

  • Add git_submodules config field and --git-submodules <true|false> flag (env BENDER_GIT_SUBMODULES) to control cloning of dependency submodules; defaults to true, the flag overrides the configured value in either direction (#314).

Fixed

  • script: Remove .svh files from verilog pattern list (#313).
  • script: keep untyped files in flist script output (#316).
  • Fix the legacy installer falling back to the GitHub "latest" release, which now uses the cargo-dist scheme without legacy-named assets; it now falls back to the last legacy release (v0.31.0) so installing an old version on an unlisted platform works again (#320).

Changed

  • database: speed up bender usage with locks by using shared locks with read-only unless required (checkout, fetch, update), adjust lock location (#315).

Install bender 0.32.1

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/pulp-platform/bender/releases/download/v0.32.1/bender-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy Bypass -c "irm https://github.com/pulp-platform/bender/releases/download/v0.32.1/bender-installer.ps1 | iex"

Download bender 0.32.1

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

Don't miss a new bender release

NewReleases is sending notifications on new releases.