diff --git a/CHANGELOG.md b/CHANGELOG.md index f8b2410..ed786b7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changes +## [0.5.0](https://github.com/prantlf/v-cargs/compare/v0.4.0...v0.5.0) (2023-09-10) + +### Features + +* Allow scanning usage description before parsing arguments ([14ff0db](https://github.com/prantlf/v-cargs/commit/14ff0dbdec261d604efa92c76d596506c3128b03)) + ## [0.4.0](https://github.com/prantlf/v-cargs/compare/v0.3.0...v0.4.0) (2023-08-18) ### Features diff --git a/v.mod b/v.mod index 64b98a0..f00057f 100644 --- a/v.mod +++ b/v.mod @@ -1,7 +1,7 @@ Module { name: 'cargs' description: 'Parses command-line arguments to statically typed options or a string map with the help of usage description.' - version: '0.4.0' + version: '0.5.0' license: 'MIT' dependencies: ['prantlf.debug', 'prantlf.pcre', 'prantlf.strutil'] }