Skip to content

Commit ad50adf

Browse files
bump: version 0.1.0 → 0.1.1
1 parent b0e536c commit ad50adf

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.1.1 (2024-12-09)
2+
3+
### Fix
4+
5+
- **docs**: fixed `README.md`
6+
17
## 0.1.0 (2024-12-09)
28

39
### Feat

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.1.0"
3+
__version__ = "0.1.1"

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.1.0"
3+
version = "0.1.1"
44
description = "FastHealthchecks"
55
readme = "README.md"
66
license = { file = "LICENSE" }

0 commit comments

Comments
 (0)