diff --git a/CHANGELOG b/CHANGELOG index f699d04..2ecd63c 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,5 +1,10 @@ # CHANGELOG +- v2.0.5 + + - update deps + - security patches + - v2.0.3 - split loaders as a standalone repo diff --git a/README.md b/README.md index fafe72f..7fb735e 100644 --- a/README.md +++ b/README.md @@ -10,14 +10,14 @@ [![Coverage Status](https://coveralls.io/repos/github/hedzr/cmdr/badge.svg?branch=master)](https://coveralls.io/github/hedzr/cmdr?branch=master)--> [![Mentioned in Awesome Go](https://awesome.re/mentioned-badge.svg)](https://github.com/avelino/awesome-go#command-line) -> Unstable v2: -> Working in progress, the main API might be stable till v2.1.0 +> **Unstable v2**: +> Working in progress, the main API might be stable till v2.1.0 `cmdr` is a POSIX-compliant, command-line argument parser library with Golang. Since v2, our license moved to Apache 2.0. -![ee99d078e2f7](https://user-images.githubusercontent.com/12786150/72876202-f49ee500-3d30-11ea-9de0-434bf8decf90.gif) +![cover](https://user-images.githubusercontent.com/12786150/72876202-f49ee500-3d30-11ea-9de0-434bf8decf90.gif) > ~~See the image frames at [#1](https://github.com/hedzr/cmdr/issues/1#issuecomment-567779978).~~ @@ -107,17 +107,12 @@ v2 is in earlier state but the baseline is stable: More minor details need to be evaluated and reimplemented if it's still meaningful in v2. +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). + ## History v2 is staying in earlier state: -- Latest: v2.0.3 - - - split loaders as a standalone repo - - split examples and tests to standalone - - update deps - - fix bugs - - Full list: [CHANGELOG](https://github.com/hedzr/cmdr/blob/master/CHANGELOG) ## Guide diff --git a/doc.go b/doc.go index 0256208..cbcc555 100644 --- a/doc.go +++ b/doc.go @@ -2,4 +2,4 @@ package cmdr -const Version = "v2.0.3" // Version fir hedzr/cmdr/v2 +const Version = "v2.0.5" // Version fir hedzr/cmdr/v2