Skip to content

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.

Note: This project uses Towncrier to manage the changelog automatically. Do not manually edit or commit changes to this file.

v1.0.1 - 2025-10-17

No significant changes.

v1.0.0 - 2025-10-17

Added

  • Initial project scaffolding with core, CLI, tests, docs, configs, and CI setup (#1)
  • Core and CLI implementations with supporting exceptions and utilities. (#3)

Changed

  • Updated tests to cover new core and CLI features. (#3)

Fixed

  • improve GitHub Actions workflows for caching and release versioning, update changelog. (#3)