Skip to content

Commit 8357427

Browse files
committed
chore: bump to 0.2.0
1 parent c3c5716 commit 8357427

File tree

4 files changed

+55
-56
lines changed

4 files changed

+55
-56
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
repos:
33
- repo: https://github.com/astral-sh/ruff-pre-commit
4-
rev: 'v0.11.3'
4+
rev: 'v0.11.6'
55
hooks:
66
- id: ruff
77
args: [--fix, --exit-non-zero-on-fix]

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ 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.2.0] - Unreleased
10+
## [0.2.0] - 2025-04-24
1111

1212
### Added
1313

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "pytest-iam"
7-
version = "0.1.1"
7+
version = "0.2.0"
88
description = "A fully functional OAUTH2 / OpenID Connect (OIDC) / SCIM server to be used in your testsuite"
99
authors = [{name="Yaal Coop", email="contact@yaal.coop"}]
1010
license = "MIT"

0 commit comments

Comments
 (0)