Skip to content

Commit

Permalink
bump to v1.10.7 to fix zsh completion file not full written
Browse files Browse the repository at this point in the history
  • Loading branch information
hedzr committed Jan 30, 2022
1 parent 3b00096 commit 1369c5c
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ docs/
.tmp.*
conf.d/

Makefile
.env*



Expand Down
3 changes: 3 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

## Versions

- v1.10.7
- fix: generate shell may be lost buffered contents on writing to file

- v1.10.6
- fix: internal commands and flags has wrong group declarations since last refactored.
- fea: `-o file` for `generate shell` command.
Expand Down
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,10 @@ 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.7 (WIP)
- v1.10.8 (WIP)

- v1.10.7
- fix: generate shell may be lost buffered contents on writing to file

- v1.10.6
- fix: internal commands and flags has wrong group declarations since last refactored.
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.6"
Version = "1.10.7"
// VersionInt const
VersionInt = 0x010a06
VersionInt = 0x010a07
)

0 comments on commit 1369c5c

Please sign in to comment.