Skip to content

Commit 385c076

Browse files
committed
chore: Release git-stack version 0.10.13
1 parent e89c50d commit 385c076

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.13] - 2023-03-14
11+
1012
### Fixes
1113

1214
- Correctly handle `CLICOLOR=1`
@@ -512,7 +514,8 @@ With `git stack alias` for creating alias for these
512514
- `full` -> `commits`
513515

514516
<!-- next-url -->
515-
[Unreleased]: https://github.com/gitext-rs/git-stack/compare/v0.10.12...HEAD
517+
[Unreleased]: https://github.com/gitext-rs/git-stack/compare/v0.10.13...HEAD
518+
[0.10.13]: https://github.com/gitext-rs/git-stack/compare/v0.10.12...v0.10.13
516519
[0.10.12]: https://github.com/gitext-rs/git-stack/compare/v0.10.11...v0.10.12
517520
[0.10.11]: https://github.com/gitext-rs/git-stack/compare/v0.10.10...v0.10.11
518521
[0.10.10]: https://github.com/gitext-rs/git-stack/compare/v0.10.9...v0.10.10

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.12"
4+
version = "0.10.13"
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)