diff --git a/CHANGELOG b/CHANGELOG index ea7a819..0930354 100755 --- a/CHANGELOG +++ b/CHANGELOG @@ -2,6 +2,9 @@ ## Versions +- v1.11.20 (FRZ) + - upgrade deps + - v1.11.19 (FRZ) - upgrade deps diff --git a/README.md b/README.md index 9d02431..20c138f 100644 --- a/README.md +++ b/README.md @@ -43,63 +43,12 @@ and Bonus of [#cmdr](https://github.com/topics/cmdr) Series: ## News - docs (WIP): - - english documentation NOT completed yet + - english documentation: NOT yet - documentation at: -- v1.11.19 (FRZ) +- v1.11.20 (FRZ) - upgrade deps -- v1.11.18 (FRZ) - - upgrade deps - -- v1.11.17 (FRZ) - - envvar `SUSPEND_WARNINGS`=1 can suspend warnings on conflict names found. - - fixed wrong xref built sometimes some cases - - new feature added: the abbr short name will be generated from its long name if short name not present. The first letters of each segment in a [`kebab-case`](https://en.wiktionary.org/wiki/kebab_case) long title name will be joint to a new name, - that is, from 'long-title-name' to 'ltn'. - Try `fluent xp -h` (=`fluent xy-print -h`). - -- v1.11.16 (FRZ) - - - upgrade deps - -- v1.11.15 (FRZ) - - - improve `detects` package in hedzr/log - -- v1.11.13 (FRZ) - - - fixed evendeep calls - -- v1.11.11 (FRZ) - - - fixed evendeep calls - - fixed ds watch dead lock in coverage test - - added `WithNoWarning(b)` - -- v1.11.9 (FRZ) - - - upgrade `[hedzr/log](https:/github.com/hedzr/log)` to simplify error branch and log.Fatal - - security maintains - - added new `ExecOption`s: `WithIIfOpt(cond, true_opt, false_opt)` & `WithIfOpt(cond, true_opt)` - -- v1.11.8 (FRZ) - - - upgrade `[hedzr/errors.v3](https:/github.com/hedzr/errors)` to compliant with go1.20+ - -- ... - -- v1.11.5 (FRZ) - - - replace old clone codes with `[hedzr/evendeep](https://github.com/hedzr/evendeep)` - - BROKEN: remove supports to go1.13 - go1.16 since our go.mod can't work for them after upgrade `golang/x` packages. - -- ... - -- v1.10.49 (FRZ) - - NOTE: we declared a go1.18 Module in go.mod. - - ... - - More details at [CHANGELOG](https://github.com/hedzr/cmdr/blob/master/CHANGELOG) ## Features diff --git a/doc.go b/doc.go index 1e1abb8..b37a5eb 100755 --- a/doc.go +++ b/doc.go @@ -11,7 +11,7 @@ const ( // AppName const AppName = "cmdr" // Version const - Version = "1.11.19" + Version = "1.11.20" // VersionInt const - VersionInt = 0x010b13 + VersionInt = 0x010b14 )