Skip to content

Commit 7de88db

Browse files
committed
chore: Release
1 parent 0ad98e5 commit 7de88db

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.2] - 2023-02-01
11+
1012
## [0.10.1] - 2023-01-05
1113

1214
## [0.10.0] - 2022-10-03
@@ -334,7 +336,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
334336
- `full` -> `commits`
335337

336338
<!-- next-url -->
337-
[Unreleased]: https://github.com/gitext-rs/git-branch-stash/compare/v0.10.1...HEAD
339+
[Unreleased]: https://github.com/gitext-rs/git-branch-stash/compare/v0.10.2...HEAD
340+
[0.10.2]: https://github.com/gitext-rs/git-branch-stash/compare/v0.10.1...v0.10.2
338341
[0.10.1]: https://github.com/gitext-rs/git-branch-stash/compare/v0.10.0...v0.10.1
339342
[0.10.0]: https://github.com/gitext-rs/git-branch-stash/compare/v0.9.4...v0.10.0
340343
[0.9.4]: https://github.com/gitext-rs/git-branch-stash/compare/v0.9.3...v0.9.4

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.1"
24+
version = "0.10.2"
2525
documentation = "https://github.com/gitext-rs/git-branch-stash.git"
2626
readme = "README.md"
2727
categories = ["command-line-interface", "development-tools"]
@@ -58,7 +58,7 @@ yansi = "0.5.1"
5858
concolor = "0.0.11"
5959
concolor-clap = { version = "0.0.13", features = ["api_unstable"] }
6060

61-
git-branch-stash = { version = "0.9.1", path = "crates/git-branch-stash" }
61+
git-branch-stash = { version = "0.9.2", path = "crates/git-branch-stash" }
6262
git2 = { version = "0.16", default-features = false, features = ["vendored-libgit2"] }
6363
serde_json = "1"
6464
itertools = "0.10"

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.1"
4+
version = "0.9.2"
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)