From 4afb4fd6273248e1fc33866162c7b755d1275c52 Mon Sep 17 00:00:00 2001 From: Volker Schukai <volker.schukai@schukai.com> Date: Wed, 5 Oct 2022 21:21:48 +0200 Subject: [PATCH] Update changelog --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1176e0d..08c7600 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,14 @@ +<a name="v1.2.0"></a> +## [v1.2.0] - 2022-10-05 +### Add Features +- feat new function ParseOsArgs + +### Bug Fixes +- fix Settings should be exported +- fix parse only the arguments and not the programm + + <a name="v1.1.1"></a> ## [v1.1.1] - 2022-10-05 ### Bug Fixes @@ -11,5 +21,6 @@ <a name="v1.0.0"></a> ## v1.0.0 - 2022-10-04 +[v1.2.0]: https://gitlab.schukai.com/oss/libraries/go/application/xflags/compare/v1.1.1...v1.2.0 [v1.1.1]: https://gitlab.schukai.com/oss/libraries/go/application/xflags/compare/v1.1.0...v1.1.1 [v1.1.0]: https://gitlab.schukai.com/oss/libraries/go/application/xflags/compare/v1.0.0...v1.1.0 -- GitLab