No user-facing changes. This release fixes PyPI source distributions (issue 22) and updates version support information in the readme.
1.2.41
Switch to cibuildwheel for building releases. No user-facing changes.
1.2.9
Python 3.12 support.
1.2.8
* Update lib abseil submodule by antoyo in https://github.com/zeldamods/oead/pull/30 - this fixes compiling from source on certain platforms.
1.2.7
* Add "support" for BYML v1, and check for MK8 path nodes by fruityloops1 in https://github.com/zeldamods/oead/pull/27 * Add required files to sdist by neebyA in https://github.com/zeldamods/oead/pull/28 - this fixes source distributions.
1.2.6
This is a bug fix release with no feature changes.
* Fixes a pybind11 API breaking change that caused arguments to `__contains__` not to be implicitly converted to the key type for maps (see 25 for more information).