File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Changes
2
2
3
+ ## 0.1.2 - 2023-09-08
4
+
5
+ - Improve docs
6
+ - Re-organize internals
7
+
3
8
## 0.1.1 - 2023-08-16
4
9
5
10
- Add better fallback version parsing
Original file line number Diff line number Diff line change @@ -559,7 +559,7 @@ is --version
559
559
* [ Download a release] ( https://github.com/oalders/is/releases )
560
560
* ` go install `
561
561
* ` go install github.com/oalders/is@latest `
562
- * ` go install github.com/oalders/[email protected] .1 `
562
+ * ` go install github.com/oalders/[email protected] .2 `
563
563
* Use [ ubi] ( https://github.com/houseabsolute/ubi )
564
564
565
565
``` bash
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ func main() {
21
21
22
22
ctx := kong .Parse (& API ,
23
23
kong.Vars {
24
- "version" : "0.1.1 " ,
24
+ "version" : "0.1.2 " ,
25
25
})
26
26
runContext := types.Context {Debug : API .Debug }
27
27
err := ctx .Run (& runContext )
You can’t perform that action at this time.
0 commit comments