We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 386e10a commit 7fd8b39Copy full SHA for 7fd8b39
CHANGELOG.md
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
8
Versions follow [Semantic Versioning](https://semver.org/>) (<major>.<minor>.<patch>).
9
10
+## [0.0.9] - 2024-03-30
11
+
12
+### Added
13
14
+- Canaille 0.0.44 support
15
16
## [0.0.8] - 2024-03-14
17
18
### Added
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
4
5
[tool.poetry]
6
name = "pytest-iam"
-version = "0.0.8"
+version = "0.0.9"
description = "A fully functional OAUTH2 / OpenID Connect (OIDC) server to be used in your testsuite"
authors = ["Yaal Coop <contact@yaal.coop>"]
license = "MIT"
0 commit comments