Skip to content

Commit e11d21d

Browse files
committed
Bender 0.28.2
1 parent 479683d commit e11d21d

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ 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.28.2 - 2025-03-31
810
### Fixed
911
- Put `vcs`, `vsim`, and `riviera` defines in quotes.
1012
- Fix `genus` script initialization.
@@ -13,6 +15,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
1315
- Make panic an error when lockfile is not up to date with dependencies.
1416
- Fix Readme dependency version indication for exact match.
1517
- Fix vendor file copying for symbolic links.
18+
- Fix synopsys script include paths.
19+
- Fix checkout when system forces git signatures.
1620

1721
### Added
1822
- Add `completion` command to generate shell autocomplete integration.

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "bender"
3-
version = "0.28.1"
3+
version = "0.28.2"
44
authors = ["Fabian Schuiki <[email protected]>", "Andreas Kurth <[email protected]>", "Michael Rogenmoser <[email protected]>"]
55
repository = "https://github.com/pulp-platform/bender"
66
description = "A dependency management tool for hardware projects."

0 commit comments

Comments
 (0)