Skip to content

Commit

Permalink
cmdr: bump to v2.0.9
Browse files Browse the repository at this point in the history
- v2.0.9

  - security patches
  - bugs fixed
  - uniform Store() & CmdStore() apis: `Set()` and `Store()`
  - change `loader.Load`
  - removed `exec` subpackage since it had been removed to `hedzr/is`
  - fix bindOpts to detect user's Args via `WithArgs(...)`
  - prevent internal jsonLoaderS's file not exists error
  - fixed `ForFileMax` to return errors
  - update tiny app / sample codes
  - add `LoadedSources`
  - add `VarLogDir`
  - fix `VarRunDir`
  - add `app.SetDesc()`
  - add `app.Description()`
  - add auto-env-vars-bindings feature
  - fix building on windows
  • Loading branch information
hedzr committed Nov 1, 2024
1 parent dda97f1 commit 8601e40
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# CHANGELOG

- v2.0.9

- security patches
- bugs fixed
- uniform Store() & CmdStore() apis: `Set()` and `Store()`
- change `loader.Load`
- removed `exec` subpackage since it had been removed to `hedzr/is`
- fix bindOpts to detect user's Args via `WithArgs(...)`
- prevent internal jsonLoaderS's file not exists error
- fixed `ForFileMax` to return errors
- update tiny app / sample codes
- add `LoadedSources`
- add `VarLogDir`
- fix `VarRunDir`
- add `app.SetDesc()`
- add `app.Description()`
- add auto-env-vars-bindings feature
- fix building on windows

- v2.0.8

- fixed help screen, the missing envvars list
Expand Down
2 changes: 1 addition & 1 deletion doc.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

package cmdr

const Version = "v2.0.8" // Version fir hedzr/cmdr/v2
const Version = "v2.0.9" // Version fir hedzr/cmdr/v2

0 comments on commit 8601e40

Please sign in to comment.