Skip to content

Commit

Permalink
chore: Release
Browse files Browse the repository at this point in the history
  • Loading branch information
epage committed Mar 14, 2023
1 parent e0c580f commit dae4a12
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.3] - 2023-03-14

### Fixes

- *(cli)* Fix terminal detection
Expand Down Expand Up @@ -340,7 +342,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.2...HEAD
[Unreleased]: https://github.com/gitext-rs/git-branch-stash/compare/v0.10.3...HEAD
[0.10.3]: https://github.com/gitext-rs/git-branch-stash/compare/v0.10.2...v0.10.3
[0.10.2]: https://github.com/gitext-rs/git-branch-stash/compare/v0.10.1...v0.10.2
[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
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.2"
version = "0.10.3"
documentation = "https://github.com/gitext-rs/git-branch-stash.git"
readme = "README.md"
categories = ["command-line-interface", "development-tools"]
Expand Down Expand Up @@ -59,7 +59,7 @@ concolor-clap = { version = "0.1.0", features = ["api"] }
anstyle-stream = "0.2.1"
anstyle = "0.3.1"

git-branch-stash = { version = "0.9.2", path = "crates/git-branch-stash" }
git-branch-stash = { version = "0.9.3", path = "crates/git-branch-stash" }
git2 = { version = "0.16.1", default-features = false, features = ["vendored-libgit2"] }
serde_json = "1.0.85"
itertools = "0.10.5"
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.2"
version = "0.9.3"
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 dae4a12

Please sign in to comment.