Skip to content

Commit ae34a6c

Browse files
committed
chore: Release
1 parent 85eb89a commit ae34a6c

File tree

4 files changed

+8
-5
lines changed

4 files changed

+8
-5
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77
<!-- next-header -->
88
## [Unreleased] - ReleaseDate
99

10+
## [0.11.1] - 2023-09-01
11+
1012
### Compatibility
1113

1214
- Update MSRV to 1.70.0
@@ -362,7 +364,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
362364
- `full` -> `commits`
363365

364366
<!-- 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
366369
[0.11.0]: https://github.com/gitext-rs/git-branch-stash/compare/v0.10.4...v0.11.0
367370
[0.10.4]: https://github.com/gitext-rs/git-branch-stash/compare/v0.10.3...v0.10.4
368371
[0.10.3]: https://github.com/gitext-rs/git-branch-stash/compare/v0.10.2...v0.10.3

Cargo.lock

Lines changed: 2 additions & 2 deletions
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
@@ -23,7 +23,7 @@ include = [
2323
[package]
2424
name = "git-branch-stash-cli"
2525
description = "Manage snapshots of your working directory"
26-
version = "0.11.0"
26+
version = "0.11.1"
2727
documentation = "https://github.com/gitext-rs/git-branch-stash.git"
2828
readme = "README.md"
2929
categories = ["command-line-interface", "development-tools"]

crates/git-branch-stash/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "git-branch-stash"
33
description = "Manage snapshots of your working directory"
4-
version = "0.10.0"
4+
version = "0.10.1"
55
documentation = "https://github.com/gitext-rs/git-branch-stash.git"
66
categories = ["command-line-interface", "development-tools"]
77
keywords = ["git", "cli"]

0 commit comments

Comments
 (0)