Skip to content

Commit

Permalink
Bump version from 0.4.3 to 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
oalders committed Jun 9, 2024
1 parent 79604ad commit 3eb47c0
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changes

## 0.5.0 - 2024-06-08

- Add fso subcommand (GH#32) (Olaf Alders)
- Fix neovim nightly version parsing (GH#28)

## 0.4.3 - 2024-03-05
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -991,7 +991,7 @@ Choose from the following options to install `is`.
1. [Download a release](https://github.com/oalders/is/releases)
1. Use `go install`
* `go install github.com/oalders/is@latest`
* `go install github.com/oalders/is@v0.4.3`
* `go install github.com/oalders/is@v0.5.0`
1. Use [ubi](https://github.com/houseabsolute/ubi)

```bash
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.4.3",
"version": "0.5.0",
})
runContext := types.Context{Debug: API.Debug}
err := ctx.Run(&runContext)
Expand Down

0 comments on commit 3eb47c0

Please sign in to comment.