Skip to content

Commit 57cd85c

Browse files
committed
chore: Release
1 parent bd472fb commit 57cd85c

File tree

4 files changed

+9
-6
lines changed

4 files changed

+9
-6
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.0] - 2023-03-30
11+
1012
### Breaking Change
1113

1214
- Upgraded `git2`
@@ -352,7 +354,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
352354
- `full` -> `commits`
353355

354356
<!-- next-url -->
355-
[Unreleased]: https://github.com/gitext-rs/git-branch-stash/compare/v0.10.4...HEAD
357+
[Unreleased]: https://github.com/gitext-rs/git-branch-stash/compare/v0.11.0...HEAD
358+
[0.11.0]: https://github.com/gitext-rs/git-branch-stash/compare/v0.10.4...v0.11.0
356359
[0.10.4]: https://github.com/gitext-rs/git-branch-stash/compare/v0.10.3...v0.10.4
357360
[0.10.3]: https://github.com/gitext-rs/git-branch-stash/compare/v0.10.2...v0.10.3
358361
[0.10.2]: https://github.com/gitext-rs/git-branch-stash/compare/v0.10.1...v0.10.2

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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ include = [
2121
[package]
2222
name = "git-branch-stash-cli"
2323
description = "Manage snapshots of your working directory"
24-
version = "0.10.4"
24+
version = "0.11.0"
2525
documentation = "https://github.com/gitext-rs/git-branch-stash.git"
2626
readme = "README.md"
2727
categories = ["command-line-interface", "development-tools"]
@@ -59,7 +59,7 @@ concolor-clap = { version = "0.1.0", features = ["api"] }
5959
anstream = "0.2.6"
6060
anstyle = "0.3.5"
6161

62-
git-branch-stash = { version = "0.9.3", path = "crates/git-branch-stash" }
62+
git-branch-stash = { version = "0.10.0", path = "crates/git-branch-stash" }
6363
git2 = { version = "0.17.0", default-features = false, features = ["vendored-libgit2"] }
6464
serde_json = "1.0.95"
6565
itertools = "0.10.5"

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.9.3"
4+
version = "0.10.0"
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)