Skip to content

Commit

Permalink
Update rel notes and nimble.
Browse files Browse the repository at this point in the history
  • Loading branch information
c-blake committed May 6, 2019
1 parent de831bc commit 3a3d1df
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions RELEASE-NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ Version: 0.9.25
Add convenient mslice.Splitr abstraction for CLI utilities delimiting inputs
in a variety of ways. Add demo program examples/cols.nim showing use.

Fix `dupBlock` bug related to table modification during iteration exposed
by https://github.com/nim-lang/Nim/pull/11160

Version: 0.9.24
---------------
Remove need for using `argcvt.argDf` in any custom `argHelp` impls.
Expand Down
2 changes: 1 addition & 1 deletion cligen.nimble
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Package
version = "0.9.24"
version = "0.9.25"
author = "Charles Blake"
description = "Infer & generate command-line interace/option/argument parser"
license = "MIT/ISC"
Expand Down

0 comments on commit 3a3d1df

Please sign in to comment.