Skip to content

Commit 2a377ff

Browse files
committed
Bender 0.26.1
1 parent f354e3f commit 2a377ff

File tree

3 files changed

+48
-44
lines changed

3 files changed

+48
-44
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
66

77
## Unreleased
88

9+
## 0.26.1 - 2022-08-29
10+
### Fixed
11+
- Keep `export_incdirs` from excluded dependencies in sources and scripts
12+
913
## 0.26.0 - 2022-08-26
1014
### Added
1115
- Add clippy to github CI and fix noted issues

Cargo.lock

Lines changed: 43 additions & 43 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.0"
3+
version = "0.26.1"
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)