Skip to content

v0.11.5 - Windows Support!

Latest

Choose a tag to compare

@janpfeifer janpfeifer released this 27 Jul 05:09
· 2 commits to main since this release
04d33f2

v0.11.5, 2026/07/26

  • Windows version working (thanks @StarWindv) - see #194
  • Bumped versiontag.go that has gone stale.
  • Fixed tutorial (#195):
    • Removed golang.org/x/exp/constraints import in the tutorial.ipynb.
    • Fixed go.work section.
  • Dockerfile: Updated Go version to 1.26.5; Split into 2 stages (base and gonb-specific).