Skip to content

Commit

Permalink
Bump version to 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
oalders committed Sep 27, 2023
1 parent 5832988 commit 44161dc
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changes

## 0.4.0 - 2023-09-27

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

## 0.3.0 - 2023-09-24

- Add --major, --minor and --patch version segment constraints
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -923,7 +923,7 @@ is --version
* [Download a release](https://github.com/oalders/is/releases)
* `go install`
* `go install github.com/oalders/is@latest`
* `go install github.com/oalders/is@v0.3.0`
* `go install github.com/oalders/is@v0.4.0`
* Use [ubi](https://github.com/houseabsolute/ubi)

```bash
Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ func main() {

ctx := kong.Parse(&API,
kong.Vars{
"version": "0.3.0",
"version": "0.4.0",
})
runContext := types.Context{Debug: API.Debug}
err := ctx.Run(&runContext)
Expand Down

0 comments on commit 44161dc

Please sign in to comment.