Skip to content

Commit

Permalink
bump to v1.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
hedzr committed May 2, 2021
1 parent e234a93 commit 0b90861
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## Versions

- v1.8.2
- compliant with plan9,bsd,...
- some data racing PRBs in parallel testing

- v1.8.1
- fixed the CI error by imported from `log`
- fixed a data racing in config files watching
Expand Down
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,9 +77,13 @@ and Bonus of #cmdr Series:
- english documentation NOT completed yet
- documentation at: https://hedzr.github.io/cmdr-docs/

- v1.8.2
- compliant with plan9,bsd,...
- some data racing PRBs in parallel testing

- v1.8.1
- fixed the CI error by imported from `log`
- fixed a data racing in config files watching
- fixed the CI error by imported from `log`
- fixed a data racing in config files watching
- small imp: pprof - added validArgs for cmdr-opt `profiling-type`
- update deps: log & logex(logrus indirect, ...)

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.8.1"
Version = "1.8.2"
// VersionInt const
VersionInt = 0x010801
VersionInt = 0x010802
)

0 comments on commit 0b90861

Please sign in to comment.