Skip to content

Commit 74859a6

Browse files
committed
chore: Release git-stack version 0.10.16
1 parent 8d7103a commit 74859a6

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

CHANGELOG.md

+4-1
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.16] - 2023-05-02
11+
1012
### Fixes
1113

1214
- Don't panic on `git stack --onto <sha>`
@@ -530,7 +532,8 @@ With `git stack alias` for creating alias for these
530532
- `full` -> `commits`
531533

532534
<!-- next-url -->
533-
[Unreleased]: https://github.com/gitext-rs/git-stack/compare/v0.10.15...HEAD
535+
[Unreleased]: https://github.com/gitext-rs/git-stack/compare/v0.10.16...HEAD
536+
[0.10.16]: https://github.com/gitext-rs/git-stack/compare/v0.10.15...v0.10.16
534537
[0.10.15]: https://github.com/gitext-rs/git-stack/compare/v0.10.14...v0.10.15
535538
[0.10.14]: https://github.com/gitext-rs/git-stack/compare/v0.10.13...v0.10.14
536539
[0.10.13]: https://github.com/gitext-rs/git-stack/compare/v0.10.12...v0.10.13

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

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