Changelog

CHANGELOG

v1.1.0 (2026-04-22)

Features

  • Add timezone utilities, test suite, and Sphinx documentation (f268e0a)

  • Add CLI command for calculating fiscal year (b269048)

Refactoring

  • Rename date helper functions (575e509)

  • Change two function names of the following functions in src/calendar_smith/utils.py and make necessary changes to core.py and README.rst . (94f9879)

v1.0.0 (2026-04-22)

Chores

  • Change build-system from setuptools to uv_build (pyproject.toml, .python-version) (72ba596)

Features

  • Introduce top-level calendar-smith CLI and bump version to 0.4.2 (6904de4)

v0.4.0 (2026-03-24)

Chores

  • Fix README.rst formatting (0982803)

v0.3.0 (2026-03-20)

Chores

  • Add Makefile (4dd8eab)

  • Bump package version to 0.2.2 (fa487c1)

  • Correct Github repo URL (aff3fba)

  • Fix pyproject.toml::[project.scripts] (ed45823)

  • Release v0.3.0 with timezone utilities and docstring cleanup (cdd2e48)

  • Tweak Makefile (b2c8ff6)

Features

  • Add calendar-smith-windows CLI and update window range logic (1438c19)

  • Add ISO week span CLI and tests (ddae2a5)

v0.2.0 (2026-03-17)

Chores

  • Add readme = “README.rst” to .toml (pyproject.toml) (4576337)

v0.1.0 (2026-02-17)

  • Initial Release