Skip to content

Commit

Permalink
bump to v1.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hedzr committed Nov 13, 2021
1 parent fc9d738 commit cd701c0
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

## Versions

- v1.9.1:
- A public template repo may simplify your new CLI app: [**cmdr-go-starter**](https://github.com/hedzr/cmdr-go-starter).
- crashed at an elder fsnotify on macOS, with go1.17
- minor fixes

- v1.9.0
- .fossa.yaml so a pre-release scan can be launched locally
- BREAK: remove plugin/daemon - use cmdr-addons/pkg/plugins/dex instead
Expand Down
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,10 @@ uses the public template [**cmdr-go-starter**](https://github.com/hedzr/cmdr-go-
- english documentation NOT completed yet
- documentation at: https://hedzr.github.io/cmdr-docs/

- v1.9.1 (WIP):
- uses the public template [cmdr-go-starter](https://github.com/hedzr/cmdr-go-starter).
- v1.9.1:
- A public template repo may simplify your new CLI app: [**cmdr-go-starter**](https://github.com/hedzr/cmdr-go-starter).
- crashed at an elder fsnotify on macOS, with go1.17
- minor fixes

- v1.9.0
- .fossa.yaml so a pre-release scan can be launched locally
Expand Down
4 changes: 2 additions & 2 deletions doc.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const (
// AppName const
AppName = "cmdr"
// Version const
Version = "1.9.0"
Version = "1.9.1"
// VersionInt const
VersionInt = 0x010900
VersionInt = 0x010901
)

0 comments on commit cd701c0

Please sign in to comment.