Skip to content

Commit d27fe11

Browse files
committed
Bender 0.28.0
1 parent c101224 commit d27fe11

3 files changed

Lines changed: 40 additions & 34 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,16 @@ 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.0 - 2024-01-19
810
### Added
911
- Add macOS binary for releases
1012
- Add `init` command to initialize a Bender.yml file of an IP.
1113
- Allow environment variables in dependency and sources paths.
14+
- Add windows binary and compatibility for release.
15+
16+
### Fixed
17+
- Documentation and Error Message fixes.
1218

1319
### Changed
1420
- Complete revamp of script generation, now using templates. Script formats are homogenized and custom templates are enabled.

Cargo.lock

Lines changed: 33 additions & 33 deletions
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.27.4"
3+
version = "0.28.0"
44
authors = ["Fabian Schuiki <fschuiki@iis.ee.ethz.ch>", "Andreas Kurth <akurth@iis.ee.ethz.ch>", "Michael Rogenmoser <michael@rogenmoser.us>"]
55
repository = "https://github.com/pulp-platform/bender"
66
description = "A dependency management tool for hardware projects."

0 commit comments

Comments
 (0)