Skip to content

Commit 4ff156c

Browse files
committed
bump to v2.1.65
- list subitems of a negatable flag in help screen - improve & add a little doc - added `cmdr.Args()` - upgrade deps - security patches
1 parent 7846f86 commit 4ff156c

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

CHANGELOG

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

3+
- v2.1.65
4+
5+
- list subitems of a negatable flag in help screen
6+
- improve & add a little doc
7+
- added `cmdr.Args()`
8+
- upgrade deps
9+
- security patches
10+
311
- v2.1.61
412

513
- upgrade deps

doc.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,4 +119,4 @@
119119
// For more documentation please go and check out https://docs.hedzr.com/cmdr.v2/.
120120
package cmdr
121121

122-
const Version = "v2.1.61" // Version fir hedzr/cmdr/v2
122+
const Version = "v2.1.65" // Version fir hedzr/cmdr/v2

0 commit comments

Comments
 (0)