Skip to content

Commit 4b65d6d

Browse files
committed
Bump to version 0.23.2
1 parent 3296d83 commit 4b65d6d

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

CHANGELOG.md

Lines changed: 4 additions & 3 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.23.2 - 2021-11-30
10+
### Changed
11+
- Wrap defines in quotes for the VCS's shell script
12+
913
## 0.23.1 - 2021-09-29
1014
### Fixed
1115
- CI -> changed from travis to github actions
@@ -21,9 +25,6 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
2125
- Add `clone` command to checkout individual ips to a directory and create a path reference in Bender.local
2226
- Add `parents` command to get list of packages requiring the queried package
2327

24-
### Changed
25-
- Wrap defines in quotes for the VCS's shell script
26-
2728
### Fixed
2829
- Fix plugins to work for scripts in root repository
2930
- Force git fetch on unsatisfied requirements to check for newly added tags in server repository

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.23.1"
3+
version = "0.23.2"
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)