Skip to content

Commit 44a7338

Browse files
committed
Update changes and bump version from 0.1.1 to 0.1.2
1 parent 20b4d91 commit 44a7338

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changes
22

3+
## 0.1.2 - 2023-09-08
4+
5+
- Improve docs
6+
- Re-organize internals
7+
38
## 0.1.1 - 2023-08-16
49

510
- Add better fallback version parsing

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -559,7 +559,7 @@ is --version
559559
* [Download a release](https://github.com/oalders/is/releases)
560560
* `go install`
561561
* `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`
563563
* Use [ubi](https://github.com/houseabsolute/ubi)
564564

565565
```bash

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ func main() {
2121

2222
ctx := kong.Parse(&API,
2323
kong.Vars{
24-
"version": "0.1.1",
24+
"version": "0.1.2",
2525
})
2626
runContext := types.Context{Debug: API.Debug}
2727
err := ctx.Run(&runContext)

0 commit comments

Comments
 (0)