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