We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 967f30d commit 4c8d1caCopy full SHA for 4c8d1ca
CHANGELOG.md
@@ -1,6 +1,13 @@
1
Releases
2
========
3
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
11
v0.5.3 (2022-02-19)
12
-------------------
13
version.go
@@ -5,4 +5,4 @@ package restack
// Note that semantic versioning in this repository applies to the `restack`
// executable, not to its library components. These APIs may break at any
// time without warning.
-const Version = "0.5.3"
+const Version = "0.5.4"
0 commit comments