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.0 - 2023-09-27
4
+
5
+ - Add "in" for matching on items in a comma-delimited list
6
+
3
7
## 0.3.0 - 2023-09-24
4
8
5
9
- Add --major, --minor and --patch version segment constraints
Original file line number Diff line number Diff line change @@ -923,7 +923,7 @@ is --version
923
923
* [ Download a release] ( https://github.com/oalders/is/releases )
924
924
* ` go install `
925
925
* ` go install github.com/oalders/is@latest `
926
- * ` go install github.com/oalders/is@v0.3 .0 `
926
+ * ` go install github.com/oalders/is@v0.4 .0 `
927
927
* Use [ ubi] ( https://github.com/houseabsolute/ubi )
928
928
929
929
``` 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.3 .0" ,
25
+ "version" : "0.4 .0" ,
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