Skip to content

Commit

Permalink
bump to v1.11.9
Browse files Browse the repository at this point in the history
- 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)`

Signed-off-by: Hedzr Yeh <hedzrz@gmail.com>
  • Loading branch information
hedzr committed Feb 21, 2023
1 parent 3c94d3d commit 27a44fd
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG
Expand Up @@ -2,6 +2,12 @@

## Versions

- 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` to compliant with go1.20+
Expand Down
6 changes: 6 additions & 0 deletions README.md
Expand Up @@ -50,6 +50,12 @@ and Bonus of [#cmdr](https://github.com/topics/cmdr) Series:
- english documentation NOT completed yet
- documentation at: <https://hedzr.github.io/cmdr-docs/>

- 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+
Expand Down
4 changes: 2 additions & 2 deletions doc.go
Expand Up @@ -11,7 +11,7 @@ const (
// AppName const
AppName = "cmdr"
// Version const
Version = "1.11.8"
Version = "1.11.9"
// VersionInt const
VersionInt = 0x010b08
VersionInt = 0x010b09
)

0 comments on commit 27a44fd

Please sign in to comment.