Skip to content

Commit 425c10e

Browse files
committed
bump to v2.1.2
1 parent bfa9e62 commit 425c10e

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

CHANGELOG

+13
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# CHANGELOG
22

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+
316
- v2.1.1
417

518
- lots of improvements and fixes

README.md

-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
[![Coverage Status](https://coveralls.io/repos/github/hedzr/cmdr/badge.svg?branch=master)](https://coveralls.io/github/hedzr/cmdr?branch=master)-->
1111
[![Mentioned in Awesome Go](https://awesome.re/mentioned-badge.svg)](https://github.com/avelino/awesome-go#command-line)
1212

13-
> **Preview v2.1.1**:
1413
> A preview release for the frozen stable API - v2.1.x series
1514
> `[cmdr-docs-dev](https://github.com/hedzr/cmdr-docs-dev)` in composing.
1615

doc.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
package cmdr
44

5-
const Version = "v2.1.1" // Version fir hedzr/cmdr/v2
5+
const Version = "v2.1.2" // Version fir hedzr/cmdr/v2

0 commit comments

Comments
 (0)