Skip to content

Commit 44161dc

Browse files
committed
Bump version to 0.4.0
1 parent 5832988 commit 44161dc

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.0 - 2023-09-27
4+
5+
- Add "in" for matching on items in a comma-delimited list
6+
37
## 0.3.0 - 2023-09-24
48

59
- Add --major, --minor and --patch version segment constraints

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -923,7 +923,7 @@ is --version
923923
* [Download a release](https://github.com/oalders/is/releases)
924924
* `go install`
925925
* `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`
927927
* Use [ubi](https://github.com/houseabsolute/ubi)
928928

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

0 commit comments

Comments
 (0)