Skip to content

Commit 7c1512e

Browse files
committed
chore: Release git-stack version 0.10.20
1 parent e2ae160 commit 7c1512e

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

1214
- Update libgit2
@@ -558,7 +560,8 @@ With `git stack alias` for creating alias for these
558560
- `full` -> `commits`
559561

560562
<!-- next-url -->
561-
[Unreleased]: https://github.com/gitext-rs/git-stack/compare/v0.10.19...HEAD
563+
[Unreleased]: https://github.com/gitext-rs/git-stack/compare/v0.10.20...HEAD
564+
[0.10.20]: https://github.com/gitext-rs/git-stack/compare/v0.10.19...v0.10.20
562565
[0.10.19]: https://github.com/gitext-rs/git-stack/compare/v0.10.18...v0.10.19
563566
[0.10.18]: https://github.com/gitext-rs/git-stack/compare/v0.10.17...v0.10.18
564567
[0.10.17]: https://github.com/gitext-rs/git-stack/compare/v0.10.16...v0.10.17

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
@@ -98,7 +98,7 @@ lto = true
9898
[package]
9999
name = "git-stack"
100100
description = "Stacked branch management for Git"
101-
version = "0.10.19"
101+
version = "0.10.20"
102102
documentation = "https://github.com/gitext-rs/git-stack.git"
103103
readme = "README.md"
104104
categories = ["command-line-interface", "development-tools"]

0 commit comments

Comments
 (0)