Skip to content

Commit 83d52c8

Browse files
committed
chore: bump to 0.5.0
1 parent 3a86ae9 commit 83d52c8

File tree

3 files changed

+8
-5
lines changed

3 files changed

+8
-5
lines changed

doc/changelog.rst

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,18 @@
11
Changelog
22
=========
33

4-
[0.5.0] - Unreleased
4+
[0.5.0] - 2024-12-06
55
--------------------
66

77
.. warning::
88

99
This version comes with breaking changes:
1010

11-
- :class:`~scim2_client.engines.werkzeug.TestSCIMClient` ``app`` is dropped in favor
12-
of ``client`` and ``environ``. Have a look at the reference for examples.
11+
- :class:`~scim2_client.engines.werkzeug.TestSCIMClient` ``app`` is dropped.
12+
13+
Added
14+
^^^^^
15+
- Add ``client`` and ``environ`` :class:`~scim2_client.engines.werkzeug.TestSCIMClient` parameters.
1316

1417
[0.4.3] - 2024-12-06
1518
--------------------

pyproject.toml

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

55
[project]
66
name = "scim2-client"
7-
version = "0.4.3"
7+
version = "0.5.0"
88
description = "Pythonically build SCIM requests and parse SCIM responses"
99
authors = [{name="Yaal Coop", email="[email protected]"}]
1010
license = {file = "LICENSE.md"}

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)