File tree Expand file tree Collapse file tree 4 files changed +8
-5
lines changed Expand file tree Collapse file tree 4 files changed +8
-5
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
7
7
<!-- next-header -->
8
8
## [ Unreleased] - ReleaseDate
9
9
10
+ ## [ 0.11.1] - 2023-09-01
11
+
10
12
### Compatibility
11
13
12
14
- Update MSRV to 1.70.0
@@ -362,7 +364,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
362
364
- ` full ` -> ` commits `
363
365
364
366
<!-- next-url -->
365
- [ Unreleased ] : https://github.com/gitext-rs/git-branch-stash/compare/v0.11.0...HEAD
367
+ [ Unreleased ] : https://github.com/gitext-rs/git-branch-stash/compare/v0.11.1...HEAD
368
+ [ 0.11.1 ] : https://github.com/gitext-rs/git-branch-stash/compare/v0.11.0...v0.11.1
366
369
[ 0.11.0 ] : https://github.com/gitext-rs/git-branch-stash/compare/v0.10.4...v0.11.0
367
370
[ 0.10.4 ] : https://github.com/gitext-rs/git-branch-stash/compare/v0.10.3...v0.10.4
368
371
[ 0.10.3 ] : https://github.com/gitext-rs/git-branch-stash/compare/v0.10.2...v0.10.3
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ include = [
23
23
[package ]
24
24
name = " git-branch-stash-cli"
25
25
description = " Manage snapshots of your working directory"
26
- version = " 0.11.0 "
26
+ version = " 0.11.1 "
27
27
documentation = " https://github.com/gitext-rs/git-branch-stash.git"
28
28
readme = " README.md"
29
29
categories = [" command-line-interface" , " development-tools" ]
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " git-branch-stash"
3
3
description = " Manage snapshots of your working directory"
4
- version = " 0.10.0 "
4
+ version = " 0.10.1 "
5
5
documentation = " https://github.com/gitext-rs/git-branch-stash.git"
6
6
categories = [" command-line-interface" , " development-tools" ]
7
7
keywords = [" git" , " cli" ]
You can’t perform that action at this time.
0 commit comments