Skip to content

Commit f587207

Browse files
committed
chore: bump to 0.1.0
1 parent c42fa23 commit f587207

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,14 @@ 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+
## [0.1.0] - 2024-07-25
11+
12+
### Changed
13+
14+
- Update to Canaille 0.0.54. This break the way models are saved and deleted (`iam_server.backend.save(user)` instead of `user.save()`).
15+
Please check the documentation to see examples.
16+
- Documentation uses Shibuya theme.
17+
1018
## [0.0.12] - 2024-04-22
1119

1220
### Changed

pyproject.toml

+3-3
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.12"
7+
version = "0.1.0"
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"
@@ -13,11 +13,11 @@ packages = [{include = "pytest_iam"}]
1313
keywords = ["oidc", "oauth", "oauth2", "openid", "identity", "pytest", "unit tests", "iam"]
1414
classifiers = [
1515
"Intended Audience :: Developers",
16-
"Development Status :: 3 - Alpha",
17-
"Programming Language :: Python :: 3.8",
16+
"Development Status :: 4 - Beta",
1817
"Programming Language :: Python :: 3.9",
1918
"Programming Language :: Python :: 3.10",
2019
"Programming Language :: Python :: 3.11",
20+
"Programming Language :: Python :: 3.12",
2121
"Programming Language :: Python :: Implementation :: CPython",
2222
"License :: OSI Approved :: MIT License",
2323
"Environment :: Web Environment",

0 commit comments

Comments
 (0)