Skip to content

Commit

Permalink
0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
prantlf committed Aug 17, 2023
1 parent 029920d commit f27664f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion v.mod
Original file line number Diff line number Diff line change
@@ -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']
}

0 comments on commit f27664f

Please sign in to comment.