From 85c70b89a6eae90a8432bfc619a914868971d770 Mon Sep 17 00:00:00 2001 From: Fabien LOISON Date: Wed, 8 Jan 2025 15:30:34 +0100 Subject: [PATCH] v1.3.3-1 --- README.rst | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.rst b/README.rst index dbd9099..67d01d3 100644 --- a/README.rst +++ b/README.rst @@ -59,6 +59,14 @@ Changelog * Nothing yet ;) +* **v1.3.3-1:** + + * fix(standalone): Fixed standalone builds (missing ``_cffi_backend``) (#72, @flozz) + * misc(standalone): Removed an old hack from Windows standalone build script (@flozz) + * misc(ci): Added test to ensure standalone builds are working before releasing them... (#72, @flozz) + * misc(deps): Updated Nuitka to v3.5.9 (@flozz) + * **NOTE:** This release only fixes standalone builds; the YOGA code did not change so there is no new version published on PyPI. + * **v1.3.3:** * fix(build): Added missing setuptools versions pinning that break the PyPy builds (@flozz)