Skip to content

Commit 8d893d8

Browse files
committed
Bump version from 0.4.2 to 0.4.3
1 parent 18ddf02 commit 8d893d8

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changes
22

3+
## 0.4.3 - 2024-03-05
4+
5+
- Add OCaml toolchain (GH#27) (Rawley)
6+
37
## 0.4.2 - 2023-11-27
48

59
- Fix cli version parsing for "rustc"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -931,7 +931,7 @@ Choose from the following options to install `is`.
931931
1. [Download a release](https://github.com/oalders/is/releases)
932932
1. Use `go install`
933933
* `go install github.com/oalders/is@latest`
934-
* `go install github.com/oalders/[email protected].2`
934+
* `go install github.com/oalders/[email protected].3`
935935
1. Use [ubi](https://github.com/houseabsolute/ubi)
936936

937937
```bash

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ func main() {
2222

2323
ctx := kong.Parse(&API,
2424
kong.Vars{
25-
"version": "0.4.2",
25+
"version": "0.4.3",
2626
})
2727
runContext := types.Context{Debug: API.Debug}
2828
err := ctx.Run(&runContext)

0 commit comments

Comments
 (0)