Skip to content

Commit

Permalink
bump to v1.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hedzr committed Jun 28, 2021
1 parent f04207a commit 0c8ab0e
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

## Versions

- v1.9.0
- .fossa.yaml so a pre-release scan can be launched locally
- BREAK: remove plugin/daemon - use cmdr-addons/pkg/plugins/dex instead
- updated `log`, added: closers, detects and more
- use `closers` for better closing hooks
- just a early BREAK release

- v1.8.7
- updated `log`, added: AutoStart Peripheral interface

Expand Down
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,9 +77,12 @@ and Bonus of #cmdr Series:
- english documentation NOT completed yet
- documentation at: https://hedzr.github.io/cmdr-docs/

- v1.9.0 (WIP)
- v1.9.0
- .fossa.yaml so a pre-release scan can be launched locally
- BREAK: remove plugin/daemon - use cmdr-addons/pkg/plugins/dex instead
- updated `log`, added: closers, detects and more
- use `closers` for better closing hooks
- just a early BREAK release

- v1.8.7
- updated `log`, added: AutoStart Peripheral interface
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.7"
Version = "1.8.8"
// VersionInt const
VersionInt = 0x010807
VersionInt = 0x010808
)

0 comments on commit 0c8ab0e

Please sign in to comment.