Skip to content

0.1.3: more fixes for compilation against development nim

Compare
Choose a tag to compare
@alaviss alaviss released this 02 Jan 01:02
· 38 commits to main since this release

As Nim has been tightening up on func, sometimes too much that it's full of false positives, we have to remove our usage of func to prevent compilation issues in the future.

This is a bugfix release and it is recommended that all users update.


What's Changed

  • build(deps): bump crazy-max/ghaction-github-pages from 3.0.0 to 3.1.0 by @dependabot in #28
  • union: de-func most things by @alaviss in #30
  • add the readme codeblock as a test (doAsserts) by @disruptek in #31

New Contributors

Full Changelog: 0.1.2...0.1.3