Skip to content

Commit

Permalink
chore: Release
Browse files Browse the repository at this point in the history
  • Loading branch information
epage committed Jan 5, 2023
1 parent 71cccb8 commit 333af7b
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 6 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.10.1] - 2023-01-05

## [0.10.0] - 2022-10-03

### Breaking Change
Expand Down Expand Up @@ -332,7 +334,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.10.0...HEAD
[Unreleased]: https://github.com/gitext-rs/git-branch-stash/compare/v0.10.1...HEAD
[0.10.1]: https://github.com/gitext-rs/git-branch-stash/compare/v0.10.0...v0.10.1
[0.10.0]: https://github.com/gitext-rs/git-branch-stash/compare/v0.9.4...v0.10.0
[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
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.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ include = [
[package]
name = "git-branch-stash-cli"
description = "Manage snapshots of your working directory"
version = "0.10.0"
version = "0.10.1"
documentation = "https://github.com/gitext-rs/git-branch-stash.git"
readme = "README.md"
categories = ["command-line-interface", "development-tools"]
Expand Down Expand Up @@ -58,7 +58,7 @@ yansi = "0.5.1"
concolor = "0.0.11"
concolor-clap = { version = "0.0.13", features = ["api_unstable"] }

git-branch-stash = { version = "0.9.0", path = "crates/git-branch-stash" }
git-branch-stash = { version = "0.9.1", path = "crates/git-branch-stash" }
git2 = { version = "0.15", default-features = false, features = ["vendored-libgit2"] }
serde_json = "1"
itertools = "0.10"
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.9.0"
version = "0.9.1"
documentation = "https://github.com/gitext-rs/git-branch-stash.git"
categories = ["command-line-interface", "development-tools"]
keywords = ["git", "cli"]
Expand Down

0 comments on commit 333af7b

Please sign in to comment.