Releases: zeldamods/oead
Releases · zeldamods/oead
v1.2.9-4: ci: skip building macOS binary wheels for now as it's broken
Stop building macOS binary wheels because the wheel build process seems to be broken and I don't have enough time or motivation to debug why.
v1.2.9-1
Build and versioning fixes.
v1.2.8
- Update lib abseil submodule by @antoyo in #30 - this fixes compiling from source on certain platforms.
v1.2.7
- Add "support" for BYML v1, and check for MK8 path nodes by @fruityloops1 in #27
- Add required files to sdist by @neebyA in #28 - this fixes source distributions.
v1.2.6-1
This is a packaging fix release. There are no feature changes or bug fixes.
- Fix the package manifest to include third-party libraries (
lib/
). This fixes compiling from source distributions.
v1.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).
v1.2.5-1
Binary wheels are now built for Python 3.11 as well.