Skip to content

Commit 6f520da

Browse files
committed
chore: Release
1 parent 5646aa9 commit 6f520da

File tree

4 files changed

+8
-5
lines changed

4 files changed

+8
-5
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.4] - 2022-01-11
11+
1012
## [0.5.3] - 2021-11-13
1113

1214
#### Fixes
@@ -261,7 +263,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
261263
- `full` -> `commits`
262264

263265
<!-- next-url -->
264-
[Unreleased]: https://github.com/epage/git-stack/compare/v0.5.3...HEAD
266+
[Unreleased]: https://github.com/epage/git-stack/compare/v0.5.4...HEAD
267+
[0.5.4]: https://github.com/epage/git-stack/compare/v0.5.3...v0.5.4
265268
[0.5.3]: https://github.com/epage/git-stack/compare/v0.5.2...v0.5.3
266269
[0.5.2]: https://github.com/epage/git-stack/compare/v0.5.1...v0.5.2
267270
[0.5.1]: https://github.com/epage/git-stack/compare/v0.5.0...v0.5.1

Cargo.lock

Lines changed: 2 additions & 2 deletions
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.3"
9+
version = "0.5.4"
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"

crates/git-fixture/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-fixture"
33
description = "Reproducible git trees for bug reporting and testing"
4-
version = "0.2.0"
4+
version = "0.2.1"
55
license = "MIT OR Apache-2.0"
66
repository = "https://github.com/epage/git-stack.git"
77
documentation = "https://docs.rs/git-fixture"

0 commit comments

Comments
 (0)