File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Changes
2
2
3
+ ## 0.4.1 - 2023-09-28
4
+
5
+ - Ensure stringy comparison of "in" via optimistic compare
6
+
3
7
## 0.4.0 - 2023-09-27
4
8
5
9
- Add "in" for matching on items in a comma-delimited list
Original file line number Diff line number Diff line change @@ -929,7 +929,7 @@ is --version
929
929
* [ Download a release] ( https://github.com/oalders/is/releases )
930
930
* ` go install `
931
931
* ` 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 `
933
933
* Use [ ubi] ( https://github.com/houseabsolute/ubi )
934
934
935
935
``` bash
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ func main() {
22
22
23
23
ctx := kong .Parse (& API ,
24
24
kong.Vars {
25
- "version" : "0.4.0 " ,
25
+ "version" : "0.4.1 " ,
26
26
})
27
27
runContext := types.Context {Debug : API .Debug }
28
28
err := ctx .Run (& runContext )
You can’t perform that action at this time.
0 commit comments