Skip to content

Commit c36115e

Browse files
committed
Bump version to 0.4.1
1 parent 0477cd6 commit c36115e

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.1 - 2023-09-28
4+
5+
- Ensure stringy comparison of "in" via optimistic compare
6+
37
## 0.4.0 - 2023-09-27
48

59
- Add "in" for matching on items in a comma-delimited list

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -929,7 +929,7 @@ is --version
929929
* [Download a release](https://github.com/oalders/is/releases)
930930
* `go install`
931931
* `go install github.com/oalders/is@latest`
932-
* `go install github.com/oalders/[email protected].0`
932+
* `go install github.com/oalders/[email protected].1`
933933
* Use [ubi](https://github.com/houseabsolute/ubi)
934934

935935
```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.0",
25+
"version": "0.4.1",
2626
})
2727
runContext := types.Context{Debug: API.Debug}
2828
err := ctx.Run(&runContext)

0 commit comments

Comments
 (0)