Skip to main content

C - v0.2.0

Released: 2026-06-27 GitHub Release

⚠ BREAKING CHANGES

  • core: prevent holes during SVG generation (#429)

🐛 Bug Fixes

  • ci: add NPM_TOKEN to npm publish step so packages/js can authenticate and publish to the npm registry (2427d1d)
  • core: add MSVC support via conditional compiler directives (2427d1d)
  • core: prevent holes during SVG generation (#429) (14e49f9)
  • fix broken v0.1.0 release pipeline (#417) (2427d1d)
  • packages/py: include third_party/ in sdist and disable example (2427d1d)
  • replace C++20 designated initializers with C++17 compatible assignments (#448) (174b8a4)