Skip to content

Commit 6d03132

Browse files
bump: version 0.2.1 → 0.2.2
1 parent f939d93 commit 6d03132

3 files changed

Lines changed: 8 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 0.2.2 (2025-04-16)
2+
3+
### Fix
4+
5+
- **all**: make PEP 561 compatible
6+
17
## 0.2.1 (2025-03-07)
28

39
### Fix

fast_healthchecks/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""Fast Healthchecks."""
22

3-
__version__ = "0.2.1"
3+
__version__ = "0.2.2"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "fast-healthchecks"
3-
version = "0.2.1"
3+
version = "0.2.2"
44
description = "FastHealthchecks"
55
readme = "README.md"
66
license = { file = "LICENSE" }

0 commit comments

Comments
 (0)