File tree 3 files changed +14
-2
lines changed
3 files changed +14
-2
lines changed Original file line number Diff line number Diff line change 1
1
# CHANGELOG
2
2
3
+ - v2.1.2
4
+
5
+ - lots of improvements and fixes
6
+ - fix dockerfile
7
+ - fix InvokeProc/InvokeShell
8
+ - fix `OnEvaluateSubCommandsFromConfig`
9
+ - added WithOnShowVersion, ...
10
+ - added conf.GitDesc, BuilderComment
11
+ - implements onPassThruCharMatched, ...
12
+ - implements onShowVersion, ...
13
+ - improved dyncmd (alias) feature
14
+ - cleanup
15
+
3
16
- v2.1.1
4
17
5
18
- lots of improvements and fixes
Original file line number Diff line number Diff line change 10
10
[ ![ Coverage Status] ( https://coveralls.io/repos/github/hedzr/cmdr/badge.svg?branch=master )] ( https://coveralls.io/github/hedzr/cmdr?branch=master ) -->
11
11
[ ![ Mentioned in Awesome Go] ( https://awesome.re/mentioned-badge.svg )] ( https://github.com/avelino/awesome-go#command-line )
12
12
13
- > ** Preview v2.1.1** :
14
13
> A preview release for the frozen stable API - v2.1.x series
15
14
> ` [cmdr-docs-dev](https://github.com/hedzr/cmdr-docs-dev) ` in composing.
16
15
Original file line number Diff line number Diff line change 2
2
3
3
package cmdr
4
4
5
- const Version = "v2.1.1 " // Version fir hedzr/cmdr/v2
5
+ const Version = "v2.1.2 " // Version fir hedzr/cmdr/v2
You can’t perform that action at this time.
0 commit comments