Thanks to visit codestin.com
Credit goes to github.com

Skip to content

2.1.0

Latest

Choose a tag to compare

@gforcada gforcada released this 12 Sep 08:06
· 8 commits to 2.x since this release
265a3f2

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_matrix with only a single Python version @gforcada #260
  • Restrict setuptools to less than 80 when building a package.
    Require wheel as well in the build-system.
    See also pep 517 and pep 518.
    [maurits] #267
  • Fix testing with PyPy in the testing matrix.

Documentation:

Full Changelog: 2.0.0...2.1.0