Skip to content

Commit

Permalink
bump to v2.0.10
Browse files Browse the repository at this point in the history
  - security patches
  - bugs fixed
  - improved `Description(...)`, `Examples(...)`
  - shorten default tail-line
  - update litecmd.go
  • Loading branch information
hedzr committed Nov 11, 2024
1 parent 0de2312 commit f9bf019
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# CHANGELOG

- v2.0.10

- security patches
- bugs fixed
- improved `Description(...)`, `Examples(...)`
- shorten default tail-line
- update litecmd.go

- v2.0.9

- security patches
Expand Down
2 changes: 1 addition & 1 deletion doc.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

package cmdr

const Version = "v2.0.9" // Version fir hedzr/cmdr/v2
const Version = "v2.0.10" // Version fir hedzr/cmdr/v2

0 comments on commit f9bf019

Please sign in to comment.