Skip to content

Commit

Permalink
Fix the whitespaces issues when reading yaml list (#52)
Browse files Browse the repository at this point in the history
  • Loading branch information
amirashad authored Apr 5, 2021
1 parent 4add5d4 commit 4782c0c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Change log

## v0.5.1 (2021-04-05)

- Fix the whitespaces issues when reading yaml list

## v0.5.0 (2021-03-04)

- Update go version to 1.16, github-go version to v33, go-git version to v5(.2)
Expand Down
2 changes: 1 addition & 1 deletion flag.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ type Args struct {
}

func (Args) Version() string {
return "0.5.0"
return "0.5.1"
}

type Get struct {
Expand Down

0 comments on commit 4782c0c

Please sign in to comment.