Skip to content

Releases: kevinsbarnard/coco-lib

v0.3.0

05 Dec 22:45

Choose a tag to compare

v0.3.0 (2025-12-05)

This release is published under the MIT License.

Chores

  • Fix CI pipeline for PSR (b7d8dc9)

Features

  • Port dataclasses_json -> pydantic (#9, 2265d63)

Detailed Changes: v0.2.0...v0.3.0

v0.2.0

05 Dec 18:53

Choose a tag to compare

v0.2.0 (2025-12-05)

This release is published under the MIT License.

Chores

  • Wire in version var to PSR, bump to match current (05c1a16)

Code Style

Documentation

  • Add datetime import to README date parse example (#8, 762460b)

Features

  • Add flexible datetime parsing support with dateparser (#8, 762460b)

Detailed Changes: v0.1.5...v0.2.0

v0.1.5

05 Dec 00:05

Choose a tag to compare

v0.1.5 (2025-12-05)

This release is published under the MIT License.

Bug Fixes

  • Use dynamic version in pyproject toml (647c006)

Detailed Changes: v0.1.4...v0.1.5

v0.1.4

04 Dec 23:59

Choose a tag to compare

v0.1.4 (2025-12-04)

This release is published under the MIT License.

Bug Fixes

Chores

  • Add justfile (98a721f)

  • Add lint, fix, format justfile recipes (b4a436c)

  • Add pre-commit configuration and justfile recipes (ebd4fd4)

  • Add python-semantic-release and CI workflow (b16298d)

  • Port from poetry to uv (2bb5457)

Code Style

Documentation

  • Add docstrings and doctests throughout (9f897e1)

Testing

  • Add comprehensive tests and justfile recipes (b02cced)

Detailed Changes: v0.1.3...v0.1.4