Skip to content

Commit a1b0a6b

Browse files
committed
chore: Release
1 parent 4edfc12 commit a1b0a6b

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.9.4] - 2022-09-28
11+
1012
## [0.9.3] - 2022-06-16
1113

1214
### Fixes
@@ -324,7 +326,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
324326
- `full` -> `commits`
325327

326328
<!-- next-url -->
327-
[Unreleased]: https://github.com/gitext-rs/git-branch-stash/compare/v0.9.3...HEAD
329+
[Unreleased]: https://github.com/gitext-rs/git-branch-stash/compare/v0.9.4...HEAD
330+
[0.9.4]: https://github.com/gitext-rs/git-branch-stash/compare/v0.9.3...v0.9.4
328331
[0.9.3]: https://github.com/gitext-rs/git-branch-stash/compare/v0.9.2...v0.9.3
329332
[0.9.2]: https://github.com/gitext-rs/git-branch-stash/compare/v0.9.1...v0.9.2
330333
[0.9.1]: https://github.com/gitext-rs/git-branch-stash/compare/v0.9.0...v0.9.1

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
@@ -6,7 +6,7 @@ members = [
66
[package]
77
name = "git-branch-stash-cli"
88
description = "Manage snapshots of your working directory"
9-
version = "0.9.3"
9+
version = "0.9.4"
1010
license = "MIT OR Apache-2.0"
1111
repository = "https://github.com/gitext-rs/git-branch-stash.git"
1212
documentation = "https://github.com/gitext-rs/git-branch-stash.git"

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.8.1"
4+
version = "0.8.2"
55
license = "MIT OR Apache-2.0"
66
repository = "https://github.com/gitext-rs/git-branch-stash.git"
77
documentation = "https://github.com/gitext-rs/git-branch-stash.git"

0 commit comments

Comments
 (0)