Skip to content

Commit b74385a

Browse files
committed
chore: Release git-stack version 0.10.9
1 parent 631cf82 commit b74385a

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.9] - 2023-01-12
11+
1012
### Fixes
1113

1214
- Improve error reporting when operations like rebase are in progress
@@ -483,7 +485,8 @@ With `git stack alias` for creating alias for these
483485
- `full` -> `commits`
484486

485487
<!-- next-url -->
486-
[Unreleased]: https://github.com/gitext-rs/git-stack/compare/v0.10.8...HEAD
488+
[Unreleased]: https://github.com/gitext-rs/git-stack/compare/v0.10.9...HEAD
489+
[0.10.9]: https://github.com/gitext-rs/git-stack/compare/v0.10.8...v0.10.9
487490
[0.10.8]: https://github.com/gitext-rs/git-stack/compare/v0.10.7...v0.10.8
488491
[0.10.7]: https://github.com/gitext-rs/git-stack/compare/v0.10.6...v0.10.7
489492
[0.10.6]: https://github.com/gitext-rs/git-stack/compare/v0.10.5...v0.10.6

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.8"
4+
version = "0.10.9"
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)