Skip to content

Commit

Permalink
bump to v1.7.41
Browse files Browse the repository at this point in the history
  • Loading branch information
hedzr committed Jan 6, 2021
1 parent c1a825e commit 28b5986
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 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.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


- v1.7.40
- update log/logex to fix the wrong caller skips for logrus

Expand Down
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,11 @@ See our extras:
- english documentation NOT completed yet
- documentation at: https://hedzr.github.io/cmdr-docs/

- 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

- 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.40"
Version = "1.7.41"
// VersionInt const
VersionInt = 0x010728
VersionInt = 0x010729
)

0 comments on commit 28b5986

Please sign in to comment.