Skip to content

Commit

Permalink
Bender 0.27.4
Browse files Browse the repository at this point in the history
  • Loading branch information
micprog committed Nov 14, 2023
1 parent a8ac101 commit 25c5184
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,14 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a

## Unreleased

## 0.27.4 - 2023-11-14
### Added
- Add clearer error message when commits are no longer available upstream.
- Improve Readme git explanation

### Fixed
- Fix CI GNU release.

## 0.27.3 - 2023-09-12
### Added
- Add `--checkout` flag to `path` command to force checkout if needed.
Expand Down
2 changes: 1 addition & 1 deletion 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.3"
version = "0.27.4"
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 25c5184

Please sign in to comment.