Sourced from frozenlist's releases.
1.8.0
Contributor-facing changes
The :file:
reusable-cibuildwheel.ymlworkflow has been refactored to be more generic and :file:ci-cd.ymlnow holds all the configuration toggles -- by :user:webknjaz.Related issues and pull requests on GitHub: #668.
When building wheels, the source distribution is now passed directly to the
cibuildwheelinvocation -- by :user:webknjaz.Related issues and pull requests on GitHub: #669.
Builds and tests have been added to
ci-cd.ymlfor arm64 Windows wheels -- by :user:finnagin.Related issues and pull requests on GitHub: #677.
Started building wheels for CPython 3.14 -- by :user:
kumaraditya303.Removed
--config-settings=pure-python=falsefrom :file:requirements/dev.txt. Developers on CPython still get accelerated builds by default. To explicitly build a pure Python wheel, usepip install -e . --config-settings=pure-python=true-- by :user:bdraco.Related issues and pull requests on GitHub: #687.
Sourced from frozenlist's changelog.
v1.8.0
(2025-10-05)
Contributor-facing changes
The :file:
reusable-cibuildwheel.ymlworkflow has been refactored to be more generic and :file:ci-cd.ymlnow holds all the configuration toggles -- by :user:webknjaz.Related issues and pull requests on GitHub: :issue:
668.When building wheels, the source distribution is now passed directly to the
cibuildwheelinvocation -- by :user:webknjaz.Related issues and pull requests on GitHub: :issue:
669.Builds and tests have been added to
ci-cd.ymlfor arm64 Windows wheels -- by :user:finnagin.Related issues and pull requests on GitHub: :issue:
677.Started building wheels for CPython 3.14 -- by :user:
kumaraditya303.Related issues and pull requests on GitHub: :issue:
681, :issue:682.Removed
--config-settings=pure-python=falsefrom :file:requirements/dev.txt. Developers on CPython still get accelerated builds by default. To explicitly build a pure Python wheel, usepip install -e . --config-settings=pure-python=true-- by :user:bdraco.Related issues and pull requests on GitHub: :issue:
687.
48324af
Release 1.8.0 (#698)7e5eab0
Add windows arm64 support (#678)a2c22c2
Build(deps): Bump sphinx from 7.2.6 to 7.4.7 (#691)752b80a
Build(deps): Bump types-setuptools from 75.8.0.20250210 to
80.9.0.20250822 (#...6b9d557
Build(deps): Bump cython from 3.1.1 to 3.1.4 (#690)7c4ad20
Build(deps-dev): Bump tox from 4.11.4 to 4.30.3 (#693)65f35d6
Build(deps): Bump pre-commit from 3.5.0 to 4.3.0 (#697)1ad0263
Build(deps): Bump pytest from 7.4.3 to 8.4.2 (#694)884ee49
Build(deps): Bump aiohttp-theme from 0.1.6 to 0.1.7 (#689)b2d6180
Fix dependabot updates (#687)Sourced from propcache's releases.
0.4.0
Features
Optimized propcache by replacing sentinel :py:class:
objectfor checking if the :py:class:objectisNULLand changed :py:class:dictAPI for Python C-API -- by :user:Vizonex.Related issues and pull requests on GitHub: #121.
Contributor-facing changes
Builds have been added for arm64 Windows wheels and the
reusable-build-wheel.ymlworkflow has been modified to allow for an OS value (windows-11-arm) which does not include the-latestpostfix -- by :user:finnagin.Related issues and pull requests on GitHub: #133.
Added CI for CPython 3.14 -- by :user:
kumaraditya303.Related issues and pull requests on GitHub: #140.
Sourced from propcache's changelog.
0.4.0
(2025-10-04)
Features
Optimized propcache by replacing sentinel :py:class:
objectfor checking if the :py:class:objectisNULLand changed :py:class:dictAPI for Python C-API -- by :user:Vizonex.Related issues and pull requests on GitHub: :issue:
121.Contributor-facing changes
Builds have been added for arm64 Windows wheels and the
reusable-build-wheel.ymlworkflow has been modified to allow for an OS value (windows-11-arm) which does not include the-latestpostfix -- by :user:finnagin.Related issues and pull requests on GitHub: :issue:
133.Added CI for CPython 3.14 -- by :user:
kumaraditya303.Related issues and pull requests on GitHub: :issue:
140.
146520e
Fix changelog format to match release CI expectations (#153)45adf56
Fix wheel builds for odd arches (#152)280ffd6
Release 0.4.0 (#150)ddc4a37
Bump towncrier from 23.11.0 to 25.8.0 (#142)8e55f51
Bump pypa/cibuildwheel from 3.1.4 to 3.2.0 (#146)5a16b96
Bump cython from 3.1.3 to 3.1.4 (#145)ce7b141
Fix codspeed v4 in CI (#149)2efb89f
Bump pytest from 8.4.1 to 8.4.2 (#144)e99f833
Pin cffi for <3.14 in tests to fix CI (#148)340148e
Bump actions/setup-python from 5 to 6 (#143)