Skip to content

Commit b27f054

Browse files
committed
Bender 0.27.3
1 parent 5f7e884 commit b27f054

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- stable
1818
- beta
1919
- nightly
20-
- 1.64.0 # minimum supported version
20+
- 1.70.0 # minimum supported version
2121
continue-on-error: ${{ matrix.rust == 'nightly' }}
2222
steps:
2323
- uses: actions/checkout@v3

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
66

77
## Unreleased
88

9-
## 0.27.3 - 2023-08-12
9+
## 0.27.3 - 2023-09-12
1010
### Added
1111
- Add `--checkout` flag to `path` command to force checkout if needed.
1212
- Add `--no-checkout` flag to `update` command to prevent checkout after update if not needed.

0 commit comments

Comments
 (0)