Skip to content

Commit bb83211

Browse files
committed
chore: Release git-stack version 0.10.4
1 parent dfab82d commit bb83211

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

1214
- `git sync` rebases to the fetched remote, not the remote at process start
@@ -439,7 +441,8 @@ With `git stack alias` for creating alias for these
439441
- `full` -> `commits`
440442

441443
<!-- next-url -->
442-
[Unreleased]: https://github.com/gitext-rs/git-stack/compare/v0.10.3...HEAD
444+
[Unreleased]: https://github.com/gitext-rs/git-stack/compare/v0.10.4...HEAD
445+
[0.10.4]: https://github.com/gitext-rs/git-stack/compare/v0.10.3...v0.10.4
443446
[0.10.3]: https://github.com/gitext-rs/git-stack/compare/v0.10.2...v0.10.3
444447
[0.10.2]: https://github.com/gitext-rs/git-stack/compare/v0.10.1...v0.10.2
445448
[0.10.1]: https://github.com/gitext-rs/git-stack/compare/v0.10.0...v0.10.1

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
@@ -1,7 +1,7 @@
11
[package]
22
name = "git-stack"
33
description = "Stacked branch management for Git"
4-
version = "0.10.3"
4+
version = "0.10.4"
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)