Skip to content

Commit 4c8d1ca

Browse files
authored
Release v0.5.4 (#43)
Release v0.5.4 with fix for #41.
1 parent 967f30d commit 4c8d1ca

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
Releases
22
========
33

4+
v0.5.4 (2022-08-30)
5+
-------------------
6+
7+
- Fix branches and push directives skipped when there's an empty line and a
8+
comment right after the instruction list.
9+
10+
411
v0.5.3 (2022-02-19)
512
-------------------
613

version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ package restack
55
// Note that semantic versioning in this repository applies to the `restack`
66
// executable, not to its library components. These APIs may break at any
77
// time without warning.
8-
const Version = "0.5.3"
8+
const Version = "0.5.4"

0 commit comments

Comments
 (0)