File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Changes
2
2
3
- ## 0.1.3 - 2023-09-15
3
+ ## 0.2.0 - 2023-09-15
4
4
5
5
- Add "is command output"
6
6
Original file line number Diff line number Diff line change @@ -787,7 +787,7 @@ is --version
787
787
* [ Download a release] ( https://github.com/oalders/is/releases )
788
788
* ` go install `
789
789
* ` go install github.com/oalders/is@latest `
790
- * ` go install github.com/oalders/is@v0.1.3 `
790
+ * ` go install github.com/oalders/is@v0.2.0 `
791
791
* Use [ ubi] ( https://github.com/houseabsolute/ubi )
792
792
793
793
``` 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.1.3 " ,
25
+ "version" : "0.2.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