Skip to content

Commit fd3e9d5

Browse files
committed
Bender 0.32.1
1 parent 6eb6b28 commit fd3e9d5

2 files changed

Lines changed: 85 additions & 296 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,18 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
66

77
## Unreleased
8+
9+
## 0.32.1 - 2026-07-07
810
### Added
911
- 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 (https://github.com/pulp-platform/bender/pull/314).
1012

1113
### Fixed
12-
- 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.
14+
- script: Remove `.svh` files from verilog pattern list (https://github.com/pulp-platform/bender/pull/313).
15+
- script: keep untyped files in `flist` script output (https://github.com/pulp-platform/bender/pull/316).
16+
- 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 (https://github.com/pulp-platform/bender/pull/320).
17+
18+
### Changed
19+
- database: speed up bender usage with locks by using shared locks with read-only unless required (checkout, fetch, update), adjust lock location (https://github.com/pulp-platform/bender/pull/315).
1320

1421
## 0.32.0 - 2026-06-05
1522
### Breaking Changes

0 commit comments

Comments
 (0)