Skip to content

Commit 4aadae1

Browse files
committed
chore: Release
1 parent 7066ef2 commit 4aadae1

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
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-16
11+
1012
### Compatibility
1113

1214
- Commit graph implementation changed enough that regressions could have been introduced
@@ -308,7 +310,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
308310
- `full` -> `commits`
309311

310312
<!-- next-url -->
311-
[Unreleased]: https://github.com/gitext-rs/git-stack/compare/v0.6.0...HEAD
313+
[Unreleased]: https://github.com/gitext-rs/git-stack/compare/v0.7.0...HEAD
314+
[0.7.0]: https://github.com/gitext-rs/git-stack/compare/v0.6.0...v0.7.0
312315
[0.6.0]: https://github.com/gitext-rs/git-stack/compare/v0.5.6...v0.6.0
313316
[0.5.6]: https://github.com/gitext-rs/git-stack/compare/v0.5.5...v0.5.6
314317
[0.5.5]: https://github.com/gitext-rs/git-stack/compare/v0.5.4...v0.5.5

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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-stack"
33
description = "Stacked branch management for Git"
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-stack.git"
77
documentation = "https://github.com/gitext-rs/git-stack.git"

0 commit comments

Comments
 (0)