Skip to content

Commit

Permalink
chore: bump to 0.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
azmeuk committed Dec 6, 2024
1 parent 9a4ab09 commit e033d62
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
8 changes: 6 additions & 2 deletions doc/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,14 +1,18 @@
Changelog
=========

[0.4.3] - 2024-12-06
--------------------

- Add :paramref:`~scim2_client.SCIMClient.check_response_content_type` and
:paramref:`~scim2_client.SCIMClient.check_response_status_codes` parameters.

[0.4.2] - 2024-12-03
--------------------

Added
^^^^^
- :class:`~scim2_client.client.BaseSyncSCIMClient.discover` has parameters to select which objects to discover.
- Add :paramref:`~scim2_client.SCIMClient.check_response_content_type` and
:paramref:`~scim2_client.SCIMClient.check_response_status_codes` parameters.

[0.4.1] - 2024-12-02
--------------------
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-client"
version = "0.4.2"
version = "0.4.3"
description = "Pythonically build SCIM requests and parse SCIM responses"
authors = [{name="Yaal Coop", email="contact@yaal.coop"}]
license = {file = "LICENSE.md"}
Expand Down
2 changes: 1 addition & 1 deletion uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit e033d62

Please sign in to comment.