Skip to content

Commit f04f87d

Browse files
committed
bump to v2.0.3
1 parent 847be71 commit f04f87d

File tree

3 files changed

+15
-5
lines changed

3 files changed

+15
-5
lines changed

CHANGELOG

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

3+
- v2.0.3
4+
5+
- split loaders as a standalone repo
6+
- split examples and tests to standalone
7+
- update deps
8+
- fix bugs
9+
310
- v2.0.2
411

512
- remove dep to loaders/, this will reduce more 3rd-party libs deps from main module

README.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -111,10 +111,13 @@ More minor details need to be evaluated and reimplemented if it's still meaningf
111111

112112
v2 is staying in earlier state:
113113

114-
- Latest: v2.0.1
115-
- following our direct dependencies to fix/improve map -> struct converter so that we can:
116-
- improved the performance `GetSectionFrom`
117-
- remove direct dep to yåml.v3, so we haven't any 3rd-party direct deps now, in the main module.
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+
118121
- Full list: [CHANGELOG](https://github.com/hedzr/cmdr/blob/master/CHANGELOG)
119122

120123
## 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.2" // Version fir hedzr/cmdr/v2
5+
const Version = "v2.0.3" // Version fir hedzr/cmdr/v2

0 commit comments

Comments
 (0)