Skip to content

Commit

Permalink
bump to v1.7.43
Browse files Browse the repository at this point in the history
  • Loading branch information
hedzr committed Mar 3, 2021
1 parent 8c3712a commit 13cd86e
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 6 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

## Versions

- v1.7.43
- added `WithConfigFileLoadingHooks(before, after)`
- added `WithLogxShort(enabled, backend, level)`
- some internal fixes


- v1.7.42
- routine maintenance

Expand Down
13 changes: 9 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,13 +77,18 @@ and Bonus of #cmdr Series:
- english documentation NOT completed yet
- documentation at: https://hedzr.github.io/cmdr-docs/

- v1.7.43
- added `WithConfigFileLoadingHooks(before, after)`
- added `WithLogxShort(enabled, backend, level)`
- some internal fixes

- v1.7.42
- routine maintenance
- routine maintenance

- v1.7.41
- fixed: flags after tail-args might not be recognized.
NOTE: in `app cmd1 cmd2 --a file1 file2 --c`, `--c` might be ignored.
- updated: log+logex
- fixed: flags after tail-args might not be recognized.
NOTE: in `app cmd1 cmd2 --a file1 file2 --c`, `--c` might be ignored.
- updated: log+logex

- v1.7.40
- update log/logex to fix the wrong caller skips for logrus
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.7.42"
Version = "1.7.43"
// VersionInt const
VersionInt = 0x01072a
VersionInt = 0x01072b
)

0 comments on commit 13cd86e

Please sign in to comment.