Skip to content

Commit

Permalink
0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
prantlf committed Sep 10, 2023
1 parent 14ff0db commit c37df07
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.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
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.4.0'
version: '0.5.0'
license: 'MIT'
dependencies: ['prantlf.debug', 'prantlf.pcre', 'prantlf.strutil']
}

0 comments on commit c37df07

Please sign in to comment.