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 06b8ec5 commit ce8bfa0Copy full SHA for ce8bfa0
CHANGELOG.md
@@ -7,6 +7,8 @@ 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.7] - 2024-03-12
11
+
12
### Added
13
14
- Display Canaille debug logs by default.
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
4
5
[tool.poetry]
6
name = "pytest-iam"
-version = "0.0.6"
+version = "0.0.7"
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