Skip to content

Latest commit

 

History

History
46 lines (28 loc) · 1.81 KB

CHANGELOG.md

File metadata and controls

46 lines (28 loc) · 1.81 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 Semantic Versioning.

0.3.0 – 2024-10-16

Added

  • Add support for Python 3.12 and 3.13.

Changed

0.2.1 – 2023-07-11

Fixed

  • Make typing-extensions a runtime dependency to fix Python 3.7 usage as some typing backports are imported from typing-extensions. Python 3.8+ was not affected.

0.2.0 – 2023-05-23

Added

  • A Jinja2 test provided via the Jinja2 extension for validating data against a JSON/YAML schema within Jinja2 templates.

0.1.0 – 2023-05-17

Added