Skip to content

Commit 54f0b42

Browse files
bump: version 0.1.5 → 0.2.0
1 parent e1057f6 commit 54f0b42

3 files changed

Lines changed: 20 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
## 0.2.0 (2025-02-20)
2+
3+
### Feat
4+
5+
- **healthchecks**: added OpenSearch healthcheck
6+
7+
### Fix
8+
9+
- **dependencies**: upgrade github actions
10+
- **vscode**: fixed ruff plugin setup
11+
- **dependencies**: upgrade dependencies
12+
- **dependencies**: upgrade pre-commit
13+
- **docs**: typo in install commands
14+
15+
### Refactor
16+
17+
- **tests**: move out tests `to_dict` method
18+
119
## 0.1.5 (2025-01-23)
220

321
### 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.5"
3+
__version__ = "0.2.0"

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

0 commit comments

Comments
 (0)