Skip to content

Commit

Permalink
bump to v2.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
hedzr committed Apr 20, 2024
1 parent 847be71 commit f04f87d
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 5 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# CHANGELOG

- v2.0.3

- split loaders as a standalone repo
- split examples and tests to standalone
- update deps
- fix bugs

- v2.0.2

- remove dep to loaders/, this will reduce more 3rd-party libs deps from main module
Expand Down
11 changes: 7 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,10 +111,13 @@ More minor details need to be evaluated and reimplemented if it's still meaningf

v2 is staying in earlier state:

- Latest: v2.0.1
- following our direct dependencies to fix/improve map -> struct converter so that we can:
- improved the performance `GetSectionFrom`
- remove direct dep to yåml.v3, so we haven't any 3rd-party direct deps now, in the main module.
- 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
Expand Down
2 changes: 1 addition & 1 deletion doc.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

package cmdr

const Version = "v2.0.2" // Version fir hedzr/cmdr/v2
const Version = "v2.0.3" // Version fir hedzr/cmdr/v2

0 comments on commit f04f87d

Please sign in to comment.