Skip to content

Commit

Permalink
Bump version from 0.5.2 to 0.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
oalders committed Jun 22, 2024
1 parent 695415b commit 4e520d0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changes

## 0.5.3 - 2024-06-22

- Parse versions for: dig, perldoc, fpp, fzf, screen, sqlite3 and typos (GH#35)
(Olaf Alders)
- Improve completion documentation

## 0.5.2 - 2024-06-18

- Add some simple command line completion (GH#20) (Olaf Alders)
Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ func main() {
kong.Name("is"),
kong.Description("an inspector for your environment"),
kong.UsageOnError(),
kong.Vars{"version": "0.5.2"},
kong.Vars{"version": "0.5.3"},
)

// Run kongplete.Complete to handle completion requests
Expand Down

0 comments on commit 4e520d0

Please sign in to comment.