Skip to content

Commit 330ee31

Browse files
committed
bump to v2.1.18
1 parent d31d1c6 commit 330ee31

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG

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

3+
- v2.1.18
4+
5+
- fix *not-hidden* cmd/flg if its owner/parent is hidden in helpscreen
6+
- added `Cmd.HiddenBR`/`VendorHiddenBR`, and impl them for `*CmdS` and `*Flag`
7+
- improved desc, examples, and notes fields in help screen
8+
- improved errcheck, added `errShouldStopParsingLoop` for better cancel the parser's loop
9+
310
- v2.1.17
411

512
- upgrade deps

doc.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
package cmdr
44

5-
const Version = "v2.1.17" // Version fir hedzr/cmdr/v2
5+
const Version = "v2.1.18" // Version fir hedzr/cmdr/v2

0 commit comments

Comments
 (0)