Skip to content

Commit 4782c0c

Browse files
authored
Fix the whitespaces issues when reading yaml list (#52)
1 parent 4add5d4 commit 4782c0c

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Change log
22

3+
## v0.5.1 (2021-04-05)
4+
5+
- Fix the whitespaces issues when reading yaml list
6+
37
## v0.5.0 (2021-03-04)
48

59
- Update go version to 1.16, github-go version to v33, go-git version to v5(.2)

flag.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ type Args struct {
1414
}
1515

1616
func (Args) Version() string {
17-
return "0.5.0"
17+
return "0.5.1"
1818
}
1919

2020
type Get struct {

0 commit comments

Comments
 (0)