Skip to content

Commit 0e02933

Browse files
committed
chore: bump to 0.0.12
1 parent c5b0ee8 commit 0e02933

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
Versions follow [Semantic Versioning](https://semver.org/>) (<major>.<minor>.<patch>).
99

10-
## Changed
10+
## [0.0.12] - 2024-04-22
11+
12+
### Changed
1113

1214
- Configuration is read from `.pytest-iam.env`
1315
- Configuration is read from enviroment vars prefixed by `PYTEST_IAM_`

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
44

55
[tool.poetry]
66
name = "pytest-iam"
7-
version = "0.0.11"
7+
version = "0.0.12"
88
description = "A fully functional OAUTH2 / OpenID Connect (OIDC) server to be used in your testsuite"
99
authors = ["Yaal Coop <[email protected]>"]
1010
license = "MIT"

0 commit comments

Comments
 (0)