Skip to content

Commit

Permalink
Bump version from 0.5.0 to 0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
oalders committed Jun 18, 2024
1 parent 7711b08 commit c6cd880
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changes

## 0.5.1 - 2024-06-18

- Add NetBSD and FreeBSD to build targets (GH#33) (Jason A. Crome)
- Add some simple command line completion (GH#20) (Olaf Alders)

## 0.5.0 - 2024-06-08

- Add fso subcommand (GH#32) (Olaf Alders)
Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ func main() {

ctx := kong.Parse(&API,
kong.Vars{
"version": "0.5.0",
"version": "0.5.1",
})
runContext := types.Context{Debug: API.Debug}
err := ctx.Run(&runContext)
Expand Down

0 comments on commit c6cd880

Please sign in to comment.