Skip to content

Commit 1234fff

Browse files
committed
bump to v2.0.5
1 parent 38969f3 commit 1234fff

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

CHANGELOG

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

3+
- v2.0.5
4+
5+
- update deps
6+
- security patches
7+
38
- v2.0.3
49

510
- split loaders as a standalone repo

README.md

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@
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-
> Unstable v2:
14-
> Working in progress, the main API might be stable till v2.1.0
13+
> **Unstable v2**:
14+
> Working in progress, the main API might be stable till v2.1.0
1515
1616
`cmdr` is a POSIX-compliant, command-line argument parser library with Golang.
1717

1818
Since v2, our license moved to Apache 2.0.
1919

20-
![ee99d078e2f7](https://user-images.githubusercontent.com/12786150/72876202-f49ee500-3d30-11ea-9de0-434bf8decf90.gif)<!-- built by https://ezgif.com/ -->
20+
![cover](https://user-images.githubusercontent.com/12786150/72876202-f49ee500-3d30-11ea-9de0-434bf8decf90.gif)<!-- built by https://ezgif.com/ -->
2121

2222
> ~~See the image frames at [#1](https://github.com/hedzr/cmdr/issues/1#issuecomment-567779978).~~
2323
@@ -107,17 +107,12 @@ v2 is in earlier state but the baseline is stable:
107107

108108
More minor details need to be evaluated and reimplemented if it's still meaningful in v2.
109109

110+
Since v2.0.3, loaders had been splitted as a standalone repo so that we can keep cmdr v2 smaller and independer. See the relevant subproject [cmdr-loaders](https://github.com/hedzr/cmdr-loaders).
111+
110112
## History
111113

112114
v2 is staying in earlier state:
113115

114-
- Latest: v2.0.3
115-
116-
- split loaders as a standalone repo
117-
- split examples and tests to standalone
118-
- update deps
119-
- fix bugs
120-
121116
- Full list: [CHANGELOG](https://github.com/hedzr/cmdr/blob/master/CHANGELOG)
122117

123118
## Guide

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.3" // Version fir hedzr/cmdr/v2
5+
const Version = "v2.0.5" // Version fir hedzr/cmdr/v2

0 commit comments

Comments
 (0)