Skip to content

Commit

Permalink
bump to v1.10.48
Browse files Browse the repository at this point in the history
- v1.10.48
  - upgrade yaml.v3 to cut off Dependabot alerts
  • Loading branch information
hedzr committed May 29, 2022
1 parent 3c8ec65 commit cd2384c
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

## Versions

- v1.10.48
- upgrade yaml.v3 to cut off Dependabot alerts

- v1.10.47
- fea: added tiny html code supports for tail-line (`cmdr.WithHelpTailLine(line)`).
> html in Description, Examples works too.
Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,9 @@ and Bonus of [#cmdr](https://github.com/topics/cmdr) Series:

- v1.10.49 (WIP)

- v1.10.48
- upgrade yaml.v3 to cut off Dependabot alerts

- v1.10.47
- fea: added tiny html code supports for tail-line (`cmdr.WithHelpTailLine(line)`).
> html in Description, Examples works too.
Expand Down
4 changes: 2 additions & 2 deletions doc.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const (
// AppName const
AppName = "cmdr"
// Version const
Version = "1.10.47"
Version = "1.10.48"
// VersionInt const
VersionInt = 0x010a2f
VersionInt = 0x010a30
)

0 comments on commit cd2384c

Please sign in to comment.