diff --git a/HISTORY.md b/HISTORY.md index 1c91ae3..b3a16c5 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -2,6 +2,19 @@ ## Latest Changes +## 2.11.0 + +* 📝 docs: improve example formatting in PhoneNumber documentation by @hengky-kurniawan-1 in +* Fix import typo in the script code's documentation by @wesley312 in +* ⬆ Bump actions/upload-artifact from 4 to 5 by @dependabot[bot] in +* ⬆ Bump astral-sh/setup-uv from 6 to 7 by @dependabot[bot] in +* ⬆ Bump actions/download-artifact from 5 to 6 by @dependabot[bot] in +* 🐛 fix: url typo in docstring by @lch in +* ♻️ raise `ValueError` instead of `AttributeError` on wrong `S3Path` value by @Danipulok in +* ⬆ Bump actions/checkout from 5 to 6 by @dependabot[bot] in +* Refactor type hints to use built-in tuple syntax by @yezz123 in +* Update version number for release 2.11.0 by @yezz123 in + ## 2.10.6 * feat: update credit card brands by @LorhanSohaky in diff --git a/pydantic_extra_types/__init__.py b/pydantic_extra_types/__init__.py index 28eec06..4b3cb0d 100644 --- a/pydantic_extra_types/__init__.py +++ b/pydantic_extra_types/__init__.py @@ -1,4 +1,4 @@ -__version__ = '2.11.0' +__version__ = '2.11.1' from pydantic_extra_types.color import Color