Skip to content

Commit

Permalink
chore: bump to 0.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
azmeuk committed Nov 13, 2024
1 parent 7f24514 commit 00031eb
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion doc/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,13 +1,19 @@
Changelog
=========

[0.2.5] - 2024-11-13
--------------------
Fixed
^^^^^

- :meth:`~scim2_models.BaseModel.model_validate` types.

[0.2.4] - 2024-11-03
--------------------

Fixed
^^^^^
- Python 3.9 and 3.10 compatibility.
- :meth:`~scim2_models.BaseModel.model_validate` types.

[0.2.3] - 2024-11-01
--------------------
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "hatchling.build"

[project]
name = "scim2-models"
version = "0.2.4"
version = "0.2.5"
description = "SCIM2 models serialization and validation with pydantic"
authors = [{name="Yaal Coop", email="contact@yaal.coop"}]
license = {file = "LICENSE"}
Expand Down

0 comments on commit 00031eb

Please sign in to comment.