Skip to content

Commit 7437948

Browse files
committed
chore: Release git-stack version 0.10.12
1 parent e0859b9 commit 7437948

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

1214
- Imitate git in editing commit messages, allowing at least `vim` to recognize the filetype
@@ -501,7 +503,8 @@ With `git stack alias` for creating alias for these
501503
- `full` -> `commits`
502504

503505
<!-- next-url -->
504-
[Unreleased]: https://github.com/gitext-rs/git-stack/compare/v0.10.11...HEAD
506+
[Unreleased]: https://github.com/gitext-rs/git-stack/compare/v0.10.12...HEAD
507+
[0.10.12]: https://github.com/gitext-rs/git-stack/compare/v0.10.11...v0.10.12
505508
[0.10.11]: https://github.com/gitext-rs/git-stack/compare/v0.10.10...v0.10.11
506509
[0.10.10]: https://github.com/gitext-rs/git-stack/compare/v0.10.9...v0.10.10
507510
[0.10.9]: https://github.com/gitext-rs/git-stack/compare/v0.10.8...v0.10.9

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.11"
4+
version = "0.10.12"
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)