Skip to content

Commit 7041e07

Browse files
committed
bump to v2.1.35
1 parent 858837f commit 7041e07

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

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.35
4+
5+
- improved `prompt` examples
6+
- fix withopts.go - uses `basics.Openable`
7+
- fix devmode.go - uses `term.DisableColors()`
8+
- upgrade deps
9+
- `is/term/color`, `term`, and `basics`
10+
311
- v2.1.31
412

513
- supported `SetCancelFunc()` & `WithCancelFunc()`

doc.go

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

117-
const Version = "v2.1.31" // Version fir hedzr/cmdr/v2
117+
const Version = "v2.1.35" // Version fir hedzr/cmdr/v2

0 commit comments

Comments
 (0)