Skip to content

Latest commit

 

History

History
74 lines (40 loc) · 2.13 KB

File metadata and controls

74 lines (40 loc) · 2.13 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Calendar Versioning.

The first number of the version is the year.

The second number is incremented with each release, starting at 1 for each year.

The third number is when we need to start branches for older releases (only for emergencies).

Committed changes for the next release can be found in the "changelog.d" directory in the project repository.

25.1.0 - 2025-10-18

Backwards-incompatible Changes

  • Support for Python 3.9 has been removed, and support for Python 3.14 has been added. Since the minimum supported version is now 3.10, the code has been updated to use features introduced in that version.

  • Upgraded to version 25.1.0 of jinjanator-plugins.

Additions

  • Added testing against Python 3.13 (again).

24.2.0 - 2024-10-13

Backwards-incompatible Changes

  • Added support for Python 3.13, and removed support for Python 3.8.

  • Upgraded to version 24.2.0 of jinjanator-plugins.

24.1.0 - 2024-04-27

Changes

  • Upgraded to version 24.1 of jinjanator-plugins.

23.2.0 - 2023-10-07

Additions

  • Added Python 3.12 support. #2

23.1.0 - 2023-08-03

Initial release!