From f27664f3b2f1a789506537aeada8f5d1634b9e49 Mon Sep 17 00:00:00 2001 From: Ferdinand Prantl Date: Thu, 17 Aug 2023 11:04:53 +0200 Subject: [PATCH] 0.3.0 --- CHANGELOG.md | 6 ++++++ v.mod | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7fb7171..f9f4ea1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changes +## [0.3.0](https://github.com/prantlf/v-cargs/compare/v0.2.0...v0.3.0) (2023-08-17) + +### Features + +* Allow specifing --no-* options in the usage ([029920d](https://github.com/prantlf/v-cargs/commit/029920d4ffde41d2ec3b814743bc1c446cee5279)) + ## [0.2.0](https://github.com/prantlf/v-cargs/compare/v0.1.0...v0.2.0) (2023-08-16) ### Features diff --git a/v.mod b/v.mod index 5626fd3..8fe18a4 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.2.0' + version: '0.3.0' license: 'MIT' dependencies: ['prantlf.debug', 'prantlf.pcre', 'prantlf.strutil'] }