This release: - fixes minor bugs detecting a wildcard `case` within a `match`. Thanks to nedbat for pointing it out; - improving handling for when, after a `fork`, the child process closes the coverage file descriptor;
1.0.14
This release further reduces SlipCover's branch+line coverage overhead on Python 3.12 and later. Thanks to Mark Shannon and Ned Batchelder for comments/suggestions.
1.0.13
This release moves the [manylinux](https://github.com/pypa/manylinux) based builds to 2.28, based on CentOS 8, as the previous image is reaching its end of life.
1.0.12
This release fixes certain SlipCover wheels on MacOS > 14.2 that caused errors like
dlopen(/opt/homebrew/lib/python3.11/site-packages/slipcover/probe.abi3.so, 0x0002): bad bind opcode 0x00
1.0.11
This release fixes an issue leading to `ValueError: line ..., column ...-... is not a valid range` exceptions on Python 3.12+ while using SlipCover.
1.0.10
This release simply re-issues v1.0.9: GitHub lacks Python 3.8 for `macos-latest`, causing the build and upload workflow to partially fail.