Skip to content

Commit 8601e40

Browse files
committed
cmdr: bump to v2.0.9
- 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
1 parent dda97f1 commit 8601e40

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

CHANGELOG

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
11
# CHANGELOG
22

3+
- v2.0.9
4+
5+
- security patches
6+
- bugs fixed
7+
- uniform Store() & CmdStore() apis: `Set()` and `Store()`
8+
- change `loader.Load`
9+
- removed `exec` subpackage since it had been removed to `hedzr/is`
10+
- fix bindOpts to detect user's Args via `WithArgs(...)`
11+
- prevent internal jsonLoaderS's file not exists error
12+
- fixed `ForFileMax` to return errors
13+
- update tiny app / sample codes
14+
- add `LoadedSources`
15+
- add `VarLogDir`
16+
- fix `VarRunDir`
17+
- add `app.SetDesc()`
18+
- add `app.Description()`
19+
- add auto-env-vars-bindings feature
20+
- fix building on windows
21+
322
- v2.0.8
423

524
- fixed help screen, the missing envvars list

doc.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
package cmdr
44

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

0 commit comments

Comments
 (0)