Skip to content

Commit 0fb43a8

Browse files
committed
chore: Release
1 parent 0a45390 commit 0fb43a8

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.2.3] - 2021-08-30
11+
1012
#### Fixes
1113

1214
- Don't crash with multiple protected branches
@@ -59,7 +61,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
5961
- `full` -> `commits`
6062

6163
<!-- next-url -->
62-
[Unreleased]: https://github.com/epage/git-stack/compare/v0.2.2...HEAD
64+
[Unreleased]: https://github.com/epage/git-stack/compare/v0.2.3...HEAD
65+
[0.2.3]: https://github.com/epage/git-stack/compare/v0.2.2...v0.2.3
6366
[0.2.2]: https://github.com/epage/git-stack/compare/v0.2.1...v0.2.2
6467
[0.2.1]: https://github.com/epage/git-stack/compare/v0.2.0...v0.2.1
6568
[0.2.0]: https://github.com/epage/git-stack/compare/v0.1.0...v0.2.0

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
@@ -6,7 +6,7 @@ members = [
66
[package]
77
name = "git-stack"
88
description = "Stacked branch management for Git"
9-
version = "0.2.2"
9+
version = "0.2.3"
1010
license = "MIT OR Apache-2.0"
1111
repository = "https://github.com/epage/git-stack.git"
1212
documentation = "https://github.com/epage/git-stack.git"

0 commit comments

Comments
 (0)