chore: bump to 0.0.45

This commit is contained in:
Éloi Rivard 2024-04-04 15:32:07 +02:00
parent ab17137cd6
commit 97b555a990
No known key found for this signature in database
GPG key ID: 7EDA204EA57DD184
2 changed files with 8 additions and 1 deletions

View file

@ -1,3 +1,10 @@
[0.0.45] - 2024-04-04
---------------------
Changed
^^^^^^^
- Internal indexation mechanism of :class:`~canaille.backends.memory.model.MemoryModel`
[0.0.44] - 2024-03-29
---------------------

View file

@ -5,7 +5,7 @@ build-backend = "poetry.masonry.api"
[tool]
[tool.poetry]
name = "Canaille"
version = "0.0.44"
version = "0.0.45"
description = "Lightweight identity and autorization management software"
license = "MIT"
keywords = ["oidc", "oauth", "oauth2", "openid", "identity"]