Skip to content

Commit dae4a12

Browse files
committed
chore: Release
1 parent e0c580f commit dae4a12

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.10.3] - 2023-03-14
11+
1012
### Fixes
1113

1214
- *(cli)* Fix terminal detection
@@ -340,7 +342,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
340342
- `full` -> `commits`
341343

342344
<!-- next-url -->
343-
[Unreleased]: https://github.com/gitext-rs/git-branch-stash/compare/v0.10.2...HEAD
345+
[Unreleased]: https://github.com/gitext-rs/git-branch-stash/compare/v0.10.3...HEAD
346+
[0.10.3]: https://github.com/gitext-rs/git-branch-stash/compare/v0.10.2...v0.10.3
344347
[0.10.2]: https://github.com/gitext-rs/git-branch-stash/compare/v0.10.1...v0.10.2
345348
[0.10.1]: https://github.com/gitext-rs/git-branch-stash/compare/v0.10.0...v0.10.1
346349
[0.10.0]: https://github.com/gitext-rs/git-branch-stash/compare/v0.9.4...v0.10.0

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.2"
24+
version = "0.10.3"
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
anstyle-stream = "0.2.1"
6060
anstyle = "0.3.1"
6161

62-
git-branch-stash = { version = "0.9.2", path = "crates/git-branch-stash" }
62+
git-branch-stash = { version = "0.9.3", path = "crates/git-branch-stash" }
6363
git2 = { version = "0.16.1", default-features = false, features = ["vendored-libgit2"] }
6464
serde_json = "1.0.85"
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.2"
4+
version = "0.9.3"
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)