Skip to content

0.2.0

Compare
Choose a tag to compare
@github-actions github-actions released this 18 Aug 18:45
· 38 commits to main since this release
0.2.0
e52f4ca
[0.2.0] - 2024-08-18

---------------------

Fixed
^^^^^
- Fix the extension mechanism by introducing the :class:`~scim2_models.Extension` class. #60, #63

.. note::

    ``schema.make_model()`` becomes ``Resource.from_schema(schema)`` or ``Extension.from_schema(schema)``.