Skip to content

Latest commit

 

History

History
54 lines (28 loc) · 937 Bytes

HISTORY.md

File metadata and controls

54 lines (28 loc) · 937 Bytes

History


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.

Unreleased

0.4.0 - 2023-11-06

Changed:

  • Drop support for Python 3.7

Added:

  • Officially support Python 3.12

Fixed:

  • Prevent UserWarning when a template is not defined explicitly

0.3.0 - 2022-12-10

Changed:

  • Drop support for Python 2

Added:

  • Add a metadata hook for injecting VCS metadata
  • Bump the minimum supported version of Hatchling

0.2.1 - 2022-12-06

Fixed:

  • Allow root in raw-options

0.2.0 - 2022-03-18

Added:

  • Bump the minimum supported version of Hatchling

Fixed:

  • Fix handling of fallback_version default value

0.1.0 - 2022-01-18

This is the initial public release.