Skip to content

Commit cab982b

Browse files
committed
chore: Release
1 parent da8b05c commit cab982b

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.7.0] - 2022-03-11
11+
1012
## [0.6.0] - 2022-03-01
1113

1214
### Breaking Changes
@@ -292,7 +294,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
292294
- `full` -> `commits`
293295

294296
<!-- next-url -->
295-
[Unreleased]: https://github.com/gitext-rs/git-branch-stash/compare/v0.6.0...HEAD
297+
[Unreleased]: https://github.com/gitext-rs/git-branch-stash/compare/v0.7.0...HEAD
298+
[0.7.0]: https://github.com/gitext-rs/git-branch-stash/compare/v0.6.0...v0.7.0
296299
[0.6.0]: https://github.com/gitext-rs/git-branch-stash/compare/v0.5.6...v0.6.0
297300
[0.5.6]: https://github.com/gitext-rs/git-branch-stash/compare/v0.5.5...v0.5.6
298301
[0.5.5]: https://github.com/gitext-rs/git-branch-stash/compare/v0.5.4...v0.5.5

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
@@ -6,7 +6,7 @@ members = [
66
[package]
77
name = "git-branch-stash-cli"
88
description = "Manage snapshots of your working directory"
9-
version = "0.6.0"
9+
version = "0.7.0"
1010
license = "MIT OR Apache-2.0"
1111
repository = "https://github.com/gitext-rs/git-branch-stash.git"
1212
documentation = "https://github.com/gitext-rs/git-branch-stash.git"
@@ -49,6 +49,6 @@ yansi = "0.5.0"
4949
concolor = "0.0.8"
5050
concolor-clap = { version = "0.0.9", features = ["api_unstable"] }
5151

52-
git-branch-stash = { version = "0.6.0", path = "crates/git-branch-stash" }
52+
git-branch-stash = { version = "0.7.0", path = "crates/git-branch-stash" }
5353
git2 = { version = "0.14", default-features = false, features = ["vendored-libgit2"] }
5454
serde_json = "1"

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.6.0"
4+
version = "0.7.0"
55
license = "MIT OR Apache-2.0"
66
repository = "https://github.com/gitext-rs/git-branch-stash.git"
77
documentation = "https://github.com/gitext-rs/git-branch-stash.git"

0 commit comments

Comments
 (0)