Skip to content

Commit

Permalink
bump to v1.10.9
Browse files Browse the repository at this point in the history
  • Loading branch information
hedzr committed Jan 31, 2022
1 parent 4b3a41a commit b44a582
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

## Versions

- v1.10.9
- fix: setNx with slices merging
- fix: aliases might be added to multiple groups
- fea: secondary config file locations

- v1.10.8
- fix/fea/imp: make cmdr aliases subsystem better

Expand Down
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,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.10.9 (WIP)
- v1.10.11 (WIP)

- v1.10.9
- fix: setNx with slices merging
- fix: aliases might be added to multiple groups
- fea: secondary config file locations

- v1.10.8
- fix/fea/imp: make cmdr aliases subsystem better
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.8"
Version = "1.10.9"
// VersionInt const
VersionInt = 0x010a08
VersionInt = 0x010a09
)

0 comments on commit b44a582

Please sign in to comment.