Skip to content

Latest commit

 

History

History
41 lines (22 loc) · 890 Bytes

CHANGELOG.md

File metadata and controls

41 lines (22 loc) · 890 Bytes

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.

[Unreleased]

[0.2.2] - 2025-01-20

Changed

  • Add support for Python 3.13, remove support for Python 3.8 (#19)

[0.2.1] - 2024-05-06

Fixed

  • Indentation of execute_after logs is too deep #15

Changed

  • execute_after does not display detailled logs of stuff run #16

[0.2.0] - 2024-02-16

Added

  • Metadata hook: add suport for additional-classifiers property #10

Fixed

  • Build hook: fix issue with extract_items when target_path is in a subfolder #11
  • Tests: ensure tests are also ok when ran from a fork or outside any Git structure #13

[0.1.0] - 2024-02-05

Added

  • Initial release