Skip to content

Commit 9fc603e

Browse files
committed
chore: Release git-stack version 0.10.19
1 parent 923539a commit 9fc603e

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.10.19] - 2025-05-20
11+
1012
### Fixes
1113

1214
- Checkout rewritten detached HEAD commit when there are multiple branches
@@ -552,7 +554,8 @@ With `git stack alias` for creating alias for these
552554
- `full` -> `commits`
553555

554556
<!-- next-url -->
555-
[Unreleased]: https://github.com/gitext-rs/git-stack/compare/v0.10.18...HEAD
557+
[Unreleased]: https://github.com/gitext-rs/git-stack/compare/v0.10.19...HEAD
558+
[0.10.19]: https://github.com/gitext-rs/git-stack/compare/v0.10.18...v0.10.19
556559
[0.10.18]: https://github.com/gitext-rs/git-stack/compare/v0.10.17...v0.10.18
557560
[0.10.17]: https://github.com/gitext-rs/git-stack/compare/v0.10.16...v0.10.17
558561
[0.10.16]: https://github.com/gitext-rs/git-stack/compare/v0.10.15...v0.10.16

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
@@ -89,7 +89,7 @@ zero_sized_map_values = "warn"
8989
[package]
9090
name = "git-stack"
9191
description = "Stacked branch management for Git"
92-
version = "0.10.18"
92+
version = "0.10.19"
9393
documentation = "https://github.com/gitext-rs/git-stack.git"
9494
readme = "README.md"
9595
categories = ["command-line-interface", "development-tools"]

0 commit comments

Comments
 (0)