Skip to content

Commit e3ceb8f

Browse files
committed
bump to v2.1.55
- UPGRADE GO TOOLCHAIN TO 1.24.x (1.24.5) - upgrade deps
1 parent 64875f0 commit e3ceb8f

3 files changed

Lines changed: 7 additions & 2 deletions

File tree

CHANGELOG

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

3+
- v2.1.55
4+
5+
- UPGRADE GO TOOLCHAIN TO 1.24.x (1.24.5)
6+
- upgrade deps
7+
38
- v2.1.51
49

510
- upgrade deps

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
`cmdr` integrates app-settings manager (`Store`) for developing CLI app rapidly.
1717

1818
1. Our license moved to Apache 2.0 since v2.
19-
2. The minimal toolchain move to go1.23+ since v2.1.
19+
2. The minimal toolchain moved to go1.24+ since v2.1.55.
2020
3. DocSite published at [docs.hedzr.com](https://docs.hedzr.com/docs/cmdr.v2/).
2121
4. Starting a new app with [cmdr-go-starter](https://github.com/hedzr/cmdr-go-starter) Template repo.
2222
5. [Coming soon] Starting your app with [cmdr-cli] commandline tool.

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.51" // Version fir hedzr/cmdr/v2
122+
const Version = "v2.1.55" // Version fir hedzr/cmdr/v2

0 commit comments

Comments
 (0)