Skip to content

Commit

Permalink
Bender 0.28.0
Browse files Browse the repository at this point in the history
  • Loading branch information
micprog committed Jan 19, 2024
1 parent c101224 commit d27fe11
Show file tree
Hide file tree
Showing 3 changed files with 40 additions and 34 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,16 @@ All notable changes to this project will be documented in this file.
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).

## Unreleased

## 0.28.0 - 2024-01-19
### Added
- Add macOS binary for releases
- Add `init` command to initialize a Bender.yml file of an IP.
- Allow environment variables in dependency and sources paths.
- Add windows binary and compatibility for release.

### Fixed
- Documentation and Error Message fixes.

### Changed
- Complete revamp of script generation, now using templates. Script formats are homogenized and custom templates are enabled.
Expand Down
66 changes: 33 additions & 33 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "bender"
version = "0.27.4"
version = "0.28.0"
authors = ["Fabian Schuiki <[email protected]>", "Andreas Kurth <[email protected]>", "Michael Rogenmoser <[email protected]>"]
repository = "https://github.com/pulp-platform/bender"
description = "A dependency management tool for hardware projects."
Expand Down

0 comments on commit d27fe11

Please sign in to comment.