Skip to content

Commit 18a2e7c

Browse files
committed
Bump version to 0.22.0
1 parent b89af9a commit 18a2e7c

File tree

3 files changed

+8
-6
lines changed

3 files changed

+8
-6
lines changed

CHANGELOG.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,15 @@ 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.22.0 - 2021-01-21
810
### Added
9-
- `clone` command to checkout individual ips to a directory and create a path reference in Bender.local
10-
- `parents` command to get list of packages requiring the queried package
11+
- Add `clone` command to checkout individual ips to a directory and create a path reference in Bender.local
12+
- Add `parents` command to get list of packages requiring the queried package
1113

1214
### Fixed
13-
- plugins work for scripts in root repository
14-
- force git fetch on unsatisfied requirements to check for newly added tags in server repository
15+
- Fix plugins to work for scripts in root repository
16+
- Force git fetch on unsatisfied requirements to check for newly added tags in server repository
1517

1618
## 0.21.0 - 2020-11-04
1719
### Added

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.21.0"
3+
version = "0.22.0"
44
authors = ["Fabian Schuiki <fschuiki@iis.ee.ethz.ch>", "Andreas Kurth <akurth@iis.ee.ethz.ch>"]
55
repository = "https://github.com/fabianschuiki/bender"
66
description = "A dependency management tool for hardware projects."

0 commit comments

Comments
 (0)