From f04f87dae4356f837e44ab376a584b77a5b32a10 Mon Sep 17 00:00:00 2001 From: Hedzr Yeh Date: Sat, 20 Apr 2024 14:13:25 +0800 Subject: [PATCH] bump to v2.0.3 --- CHANGELOG | 7 +++++++ README.md | 11 +++++++---- doc.go | 2 +- 3 files changed, 15 insertions(+), 5 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 8185b3a..f699d04 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -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 diff --git a/README.md b/README.md index c8a0ed1..fafe72f 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/doc.go b/doc.go index 313a7a5..0256208 100644 --- a/doc.go +++ b/doc.go @@ -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