Skip to content

Commit

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

## 0.4.3 - 2024-03-05

- Add OCaml toolchain (GH#27) (Rawley)

## 0.4.2 - 2023-11-27

- Fix cli version parsing for "rustc"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -931,7 +931,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/[email protected].2`
* `go install github.com/oalders/[email protected].3`
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 @@ -22,7 +22,7 @@ func main() {

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

0 comments on commit 8d893d8

Please sign in to comment.