Skip to content

Commit c03fc21

Browse files
committed
chore: bump to 0.5.0
1 parent 3d151a6 commit c03fc21

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

doc/changelog.rst

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,17 @@
11
Changelog
22
=========
33

4-
[0.4.3] - Unreleased
4+
[0.5.0] - 2025-08-18
55
--------------------
66

7+
Added
8+
^^^^^
9+
- Validation that forbid :class:`~scim2_models.PatchOp` with zero ``operations``.
10+
711
Fixed
812
^^^^^
913
- Allow PATCH operations on resources and extensions root path.
1014
- Multiple ComplexAttribute do not inherit from MultiValuedComplexAttribute by default. :issue:`72` :issue:`73`
11-
- Forbid :class:`~scim2_models.PatchOp` with zero ``operations``.
1215

1316
[0.4.2] - 2025-08-05
1417
--------------------

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "uv_build"
44

55
[project]
66
name = "scim2-models"
7-
version = "0.4.2"
7+
version = "0.5.0"
88
description = "SCIM2 models serialization and validation with pydantic"
99
authors = [{name="Yaal Coop", email="[email protected]"}]
1010
license = {file = "LICENSE"}

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)