Skip to content

Latest commit

 

History

History
151 lines (82 loc) · 4.24 KB

CHANGELOG.md

File metadata and controls

151 lines (82 loc) · 4.24 KB

CHANGELOG

v0.6.2 (2025-01-22)

Documentation

  • Adjust doc, it's actually a tuple that can be empty (#12, 61e8e18)

By: Christian Hattemer [email protected]

v0.6.1 (2024-12-10)

Bug Fixes

  • Fix pydantic 2.10 support for annotated validators (#11, 4bb4669)

fix: fix pydantic 2.10 support for annotated validators

v0.6.0 (2024-12-03)

Features

  • Allow specifying required fields (cd9979b)

v0.5.0 (2024-04-11)

Continuous Integration

Documentation

  • Add optional fields specification to README.md (31655af)

Features

  • Accept optional_fields as stared positional arguments (8423f4f)

v0.4.5 (2024-04-11)

Documentation

v0.4.4 (2024-04-10)

Bug Fixes

v0.4.3 (2024-04-10)

Bug Fixes

v0.4.2 (2024-04-10)

Bug Fixes

  • Merge publish workflow with release.yaml (9c1ab35)

v0.4.1 (2024-04-10)

Bug Fixes

  • Add py.typed to support mypy (091adfd)

Continuous Integration

  • Fix versioning (07fb0a9)

  • Use PAT to push tags to trigger PyPI publishing (b88967e)

v0.4.0 (2024-04-10)

Documentation

v0.3.0 (2024-04-10)

Documentation

v0.2.0 (2024-04-10)

Continuous Integration

Documentation

v0.1.0 (2024-04-10)

Features

  • feat: add initial version