Skip to content

Releases: zeldamods/oead

v1.2.9-4: ci: skip building macOS binary wheels for now as it's broken

19 Jun 22:01
9f138d0
Compare
Choose a tag to compare

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-3

19 Jun 21:45
081f133
Compare
Choose a tag to compare

More packaging fixes.

v1.2.9-2

19 Jun 21:09
ba229dc
Compare
Choose a tag to compare

CI fixes for macOS.

v1.2.9-1

19 Jun 20:24
500c46a
Compare
Choose a tag to compare

Build and versioning fixes.

v1.2.9

19 Jun 19:16
216d114
Compare
Choose a tag to compare

Python 3.12 support.

v1.2.8

12 May 21:29
b31e5bc
Compare
Choose a tag to compare
  • Update lib abseil submodule by @antoyo in #30 - this fixes compiling from source on certain platforms.

v1.2.7

25 Apr 00:33
18635ba
Compare
Choose a tag to compare
  • 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

02 Jan 12:31
1767210
Compare
Choose a tag to compare

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

26 Dec 17:10
64483b2
Compare
Choose a tag to compare

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

19 Dec 15:04
06cf765
Compare
Choose a tag to compare

Binary wheels are now built for Python 3.11 as well.