Skip to content

Commit

Permalink
chore: Release
Browse files Browse the repository at this point in the history
  • Loading branch information
epage committed Sep 28, 2022
1 parent 4edfc12 commit a1b0a6b
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
<!-- next-header -->
## [Unreleased] - ReleaseDate

## [0.9.4] - 2022-09-28

## [0.9.3] - 2022-06-16

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

<!-- next-url -->
[Unreleased]: https://github.com/gitext-rs/git-branch-stash/compare/v0.9.3...HEAD
[Unreleased]: https://github.com/gitext-rs/git-branch-stash/compare/v0.9.4...HEAD
[0.9.4]: https://github.com/gitext-rs/git-branch-stash/compare/v0.9.3...v0.9.4
[0.9.3]: https://github.com/gitext-rs/git-branch-stash/compare/v0.9.2...v0.9.3
[0.9.2]: https://github.com/gitext-rs/git-branch-stash/compare/v0.9.1...v0.9.2
[0.9.1]: https://github.com/gitext-rs/git-branch-stash/compare/v0.9.0...v0.9.1
Expand Down
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ members = [
[package]
name = "git-branch-stash-cli"
description = "Manage snapshots of your working directory"
version = "0.9.3"
version = "0.9.4"
license = "MIT OR Apache-2.0"
repository = "https://github.com/gitext-rs/git-branch-stash.git"
documentation = "https://github.com/gitext-rs/git-branch-stash.git"
Expand Down
2 changes: 1 addition & 1 deletion crates/git-branch-stash/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "git-branch-stash"
description = "Manage snapshots of your working directory"
version = "0.8.1"
version = "0.8.2"
license = "MIT OR Apache-2.0"
repository = "https://github.com/gitext-rs/git-branch-stash.git"
documentation = "https://github.com/gitext-rs/git-branch-stash.git"
Expand Down

0 comments on commit a1b0a6b

Please sign in to comment.