Skip to content

Commit

Permalink
Update pre-release.
Browse files Browse the repository at this point in the history
  • Loading branch information
c-blake committed Jan 14, 2021
1 parent 1c642f0 commit f7ee6ca
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion RELEASE-NOTES.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,18 @@
RELEASE NOTES
=============

Version: 1.3.3
Version: 1.4.0
--------------
Lift NUL-terminated easily boundable framing out of cligen/procpool into
`examples/only.nim`. In the unlikely event you were using this, you will
need to implement framing yourself (which pairs well with implementing the
worker generating output to frame in the first place).

Robustify against existence of stdlib-provided `toCritBits`.
Minimize ANSI SGR escape off string to "\e[m".
Enhance sysUt.toItr to work with iterators yielding more general values.
Robustify `mfile` to not emit errors on empty files.

Version: 1.3.2
--------------
Remove prefetching optimization idea, anyway. On AMD 2950X, it was quite a
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.3.2"
version = "1.4.0"
author = "Charles Blake"
description = "Infer & generate command-line interace/option/argument parser"
license = "MIT/ISC"
Expand Down

0 comments on commit f7ee6ca

Please sign in to comment.