Skip to content

Commit 46c5b5c

Browse files
bump: version 0.1.1 → 0.1.2
1 parent 1138372 commit 46c5b5c

3 files changed

Lines changed: 9 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## 0.1.2 (2024-12-10)
2+
3+
### Fix
4+
5+
- **setuptools**: included packages
6+
- **docs**: changed logo for documentation to green color
7+
18
## 0.1.1 (2024-12-09)
29

310
### 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.1.1"
3+
__version__ = "0.1.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.1.1"
3+
version = "0.1.2"
44
description = "FastHealthchecks"
55
readme = "README.md"
66
license = { file = "LICENSE" }

0 commit comments

Comments
 (0)