Skip to content

Latest commit

 

History

History
52 lines (35 loc) · 1.34 KB

File metadata and controls

52 lines (35 loc) · 1.34 KB

Changelog

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

The format follows Keep a Changelog and this project adheres to Semantic Versioning.


Added

  • (placeholder) Notes for the next release.

0.0.3 - 2025-10-26

Changed

  • added twine
  • run with uv run

0.0.2 - 2025-10-26

Changed

  • updating project files
  • switched to scm versioning

0.0.1 - 2025-06-17

Added

  • Initial release

Notes on versioning and releases

  • SemVer policy
    • MAJOR - breaking API/schema or CLI changes.
    • MINOR - backward-compatible additions and enhancements.
    • PATCH - documentation, tooling, or non-breaking fixes.
  • Versions are driven by git tags via setuptools_scm. Tag the repository with vX.Y.Z to publish a release.
  • Documentation and badges are updated per tag and aliased to latest.