Skip to content

Releases: alaviss/nim-sys

0.0.4

18 Mar 22:04
0.0.4
649b6c6
Compare
Choose a tag to compare
0.0.4 Pre-release
Pre-release

What's Changed

Main changes

  • files, sockets: ignore cleanup exceptions on =destroy by @alaviss in #78: Fixes compilation with new skull
  • Unix sockets by @ehmry in #75

Misc. changes

  • build(deps): bump actions/download-artifact from 4.1.2 to 4.1.3 by @dependabot in #73
  • build(deps): bump actions/download-artifact from 4.1.3 to 4.1.4 by @dependabot in #74
  • sys(treewide): bump version to 0.0.4 by @alaviss in #79

New Contributors

  • @ehmry made their first contribution in #75

Full Changelog: 0.0.3...0.0.4

0.0.3

15 Feb 00:13
0.0.3
d361a03
Compare
Choose a tag to compare
0.0.3 Pre-release
Pre-release

Same as 0.0.2, but with the version bumped in .nimble file

0.0.2: ipv6 and bugs fixes

15 Feb 00:08
0.0.2
f884a4b
Compare
Choose a tag to compare
Pre-release

New very experimental IPv6 support, which also broke API
compatibility with 0.0.1.

Fixed some nasty bugs like an use-after-free.

Still not recommended for production workloads.

0.0.1: pre-pre release

01 Feb 00:33
0.0.1
5dd52f2
Compare
Choose a tag to compare
Pre-release

Tagged for those that want to experiment with this.

This code is not ready for production.