Skip to content

Commit cd9b701

Browse files
committed
chore: Release
1 parent c79dbe2 commit cd9b701

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.5.3] - 2021-11-13
11+
1012
#### Fixes
1113

1214
- Only prune branches when they don't exist on the server, rather than also if they have a `/`
@@ -259,7 +261,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
259261
- `full` -> `commits`
260262

261263
<!-- next-url -->
262-
[Unreleased]: https://github.com/epage/git-stack/compare/v0.5.2...HEAD
264+
[Unreleased]: https://github.com/epage/git-stack/compare/v0.5.3...HEAD
265+
[0.5.3]: https://github.com/epage/git-stack/compare/v0.5.2...v0.5.3
263266
[0.5.2]: https://github.com/epage/git-stack/compare/v0.5.1...v0.5.2
264267
[0.5.1]: https://github.com/epage/git-stack/compare/v0.5.0...v0.5.1
265268
[0.5.0]: https://github.com/epage/git-stack/compare/v0.4.8...v0.5.0

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
@@ -6,7 +6,7 @@ members = [
66
[package]
77
name = "git-stack"
88
description = "Stacked branch management for Git"
9-
version = "0.5.2"
9+
version = "0.5.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)