0.1.3: more fixes for compilation against development nim
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
- @disruptek made their first contribution in #31
Full Changelog: 0.1.2...0.1.3