Skip to content

Commit aba1546

Browse files
committed
chore: Release git-stack version 0.10.18
1 parent 9678e33 commit aba1546

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.18] - 2025-01-22
11+
1012
### Performance
1113

1214
- Removed inefficient tree walking
@@ -546,7 +548,8 @@ With `git stack alias` for creating alias for these
546548
- `full` -> `commits`
547549

548550
<!-- next-url -->
549-
[Unreleased]: https://github.com/gitext-rs/git-stack/compare/v0.10.17...HEAD
551+
[Unreleased]: https://github.com/gitext-rs/git-stack/compare/v0.10.18...HEAD
552+
[0.10.18]: https://github.com/gitext-rs/git-stack/compare/v0.10.17...v0.10.18
550553
[0.10.17]: https://github.com/gitext-rs/git-stack/compare/v0.10.16...v0.10.17
551554
[0.10.16]: https://github.com/gitext-rs/git-stack/compare/v0.10.15...v0.10.16
552555
[0.10.15]: https://github.com/gitext-rs/git-stack/compare/v0.10.14...v0.10.15

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.17"
92+
version = "0.10.18"
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)