Skip to content

Commit

Permalink
Update notes & version pre-1.3.0 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
c-blake committed Nov 17, 2020
1 parent f691ebe commit 832deba
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions RELEASE-NOTES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,24 @@
RELEASE NOTES
=============

Version: 1.3.0
--------------
More compatibility fixes; Deprecation warning removals; Use std/ qualifiers
on many/most imports; Use `type` not `typeof` to still work on Nim-0.19.2.

Better github CI integration (thanks to @jiro4989)

Allow wrapped proc to have a `version` parameter already.

More efficient environment variable defaulting approach for `CLIGEN_CONFIG`.

Some library improvements..Make `mfile.mopen` more robust for FIFO/named pipe
`path` parameters; Generalize `textUt.stripSGR` to `textUt.stripEsc` to strip
both SGR and OSC terminal escape sequences (thanks to @SolitudeSF);
`dents.forPath` follows symlinks when filling in `lst` only `if follow`;
Improve `sysUt.toItr` based on excellent @slonik-az idea in the Forum;
Speed-up `posixUt.readFile` by just doing one big enough allocation+read.

Version: 1.2.2
--------------
Just compatibility fixes.
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 = "1.2.2"
version = "1.3.0"
author = "Charles Blake"
description = "Infer & generate command-line interace/option/argument parser"
license = "MIT/ISC"
Expand Down

0 comments on commit 832deba

Please sign in to comment.