File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6,6 +6,25 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
66
77## Unreleased
88
9+ ## 0.31.0 - 2026-03-03
10+ ### Fixed
11+ - Fix panic for untracked dependencies on update (https://github.com/pulp-platform/bender/pull/269 ).
12+ - Fix scripts for unknown file types in manifest (https://github.com/pulp-platform/bender/pull/270 ).
13+ - Fix upper bound for caret version requirements (https://github.com/pulp-platform/bender/pull/273 ).
14+ - Fix dependency fetching on update for unfetched versions/revisions (https://github.com/pulp-platform/bender/pull/274 ).
15+ - Fix ` vendor init ` patch application (https://github.com/pulp-platform/bender/pull/284 ).
16+
17+ ### Added
18+ - Add warning for untracked revision used for a dependency (https://github.com/pulp-platform/bender/pull/274 ).
19+ - Add ` --new-only ` flag to ` update ` to only update dependencies which are not yet fetched (https://github.com/pulp-platform/bender/pull/275 ).
20+ - Add ability to override files with same name (https://github.com/pulp-platform/bender/pull/267 ).
21+ - Add target filtering for include directories (https://github.com/pulp-platform/bender/pull/281 ).
22+
23+ ### Changed
24+ - Adjust script template json to support per-file comments (https://github.com/pulp-platform/bender/pull/267 ).
25+ - Only fetch needed dependencies (https://github.com/pulp-platform/bender/pull/276 ).
26+ - ` script ` : Invert source-annotations polarity, disabling by default (https://github.com/pulp-platform/bender/pull/280 ).
27+
928## 0.30.0 - 2026-02-12
1029### Added
1130- Add warnings for nonexistent include directory and errors for missing path dependency (https://github.com/pulp-platform/bender/pull/229 ).
You can’t perform that action at this time.
0 commit comments