Skip to content

Commit

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

## Versions

- v1.10.6
- fix: internal commands and flags has wrong group declarations since last refactored.
- fea: `-o file` for `generate shell` command.

- v1.10.5
- fix: logex might crash on a nil skip field

Expand Down
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,11 @@ and Bonus of [#cmdr](https://github.com/topics/cmdr) Series:
- english documentation NOT completed yet
- documentation at: https://hedzr.github.io/cmdr-docs/

- v1.10.6 (WIP)
- v1.10.7 (WIP)

- v1.10.6
- fix: internal commands and flags has wrong group declarations since last refactored.
- fea: `-o file` for `generate shell` command.

- v1.10.5
- fix: logex might crash on a nil skip field
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.10.5"
Version = "1.10.6"
// VersionInt const
VersionInt = 0x010a05
VersionInt = 0x010a06
)

0 comments on commit d993064

Please sign in to comment.