Skip to content

v0.1.2

Choose a tag to compare

@github-actions github-actions released this 16 Mar 01:11
v0.1.2
37e9458

Bug Fixes

  • Disable C++ extension in unit tests to prevent native transport start()
    from blocking on Windows during cibuildwheel test runs. Unit tests now always
    exercise the pure-Python path via an autouse conftest fixture.
  • Trigger wheel builds on tag push instead of release event, fixing wheels not
    being built on new releases.

Miscellaneous

  • Bump actions/checkout from 4 to 6.