Skip to content

Commit 5c69b38

Browse files
committed
chore: bump to 0.2.4
1 parent 8c737f9 commit 5c69b38

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
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.12.10'
4+
rev: 'v0.14.0'
55
hooks:
66
- id: ruff-check
77
args: [--fix, --exit-non-zero-on-fix]
@@ -16,7 +16,7 @@ repos:
1616
exclude: "\\.svg$|\\.map$|\\.min\\.css$|\\.min\\.js$|\\.po$|\\.pot$"
1717
- id: check-toml
1818
- repo: https://github.com/pre-commit/mirrors-mypy
19-
rev: v1.17.1
19+
rev: v1.18.2
2020
hooks:
2121
- id: mypy
2222
additional_dependencies: [pydantic]

doc/changelog.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Changelog
22
=========
33

4-
[0.2.4] - Unreleased
4+
[0.2.4] - 2025-10-10
55
--------------------
66

77
Added

pyproject.toml

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

55
[project]
66
name = "scim2-tester"
7-
version = "0.2.3"
7+
version = "0.2.4"
88
description = " Check SCIM RFCs server compliance"
99
authors = [{name="Yaal Coop", email="[email protected]"}]
1010
license = {file = "LICENSE.md"}

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)