Skip to content

Commit 223c221

Browse files
committed
Bender 0.27.0
1 parent 6c85781 commit 223c221

File tree

3 files changed

+35
-32
lines changed

3 files changed

+35
-32
lines changed

CHANGELOG.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +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.27.0 - 2023-01-16
810
### Added
911
- Add `--no-default-target` flag to `script` command to remove default targets
1012
- Add `fusesoc` command to generate FuseSoC `.core` files.
13+
- Add rhel and almalinux releases
1114

1215
### Changed
13-
- Reworked `import` command to `vendor`, refactor corresponding Manifest entry
14-
- Update `clap` to v4
16+
- Reworked `import` command to `vendor`, refactor corresponding Manifest entry (`vendor_package` instead of `external_import`)
17+
- Update `clap` to v4, changes CLI
1518
- Use relative paths in Lockfile if path dependency is in a subdirectory
1619

1720
### Fixed

Cargo.lock

Lines changed: 29 additions & 29 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.26.1"
3+
version = "0.27.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)