2.1.0 (2025-09-12)
New features:
- Support combinations of multiple versions of Plone and Python in tox. @gforcada #234
- Add Plone 6.2 on the default test matrix generated by
plone.meta@gforcada #255 - Add reusable workflows and composite actions to be used with projects generate via Cookieplone. @ericof #277
- Test matrix: allow specifying
["*"]as Python list.
We replace it with the default Python versions list supported on the given Plone version.
@mauritsvanrees
Bug fixes:
- Handle custom
test_matrixwith only a single Python version @gforcada #260 - Restrict
setuptoolsto less than 80 when building a package.
Requirewheelas well in thebuild-system.
See also pep 517 and pep 518.
[maurits] #267 - Fix testing with PyPy in the testing matrix.
Documentation:
- Add an upgrade guide. @gforcada #234
- Document the new composite actions and reusable workflows. @ericof #277
Full Changelog: 2.0.0...2.1.0