We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1057f6 commit 54f0b42Copy full SHA for 54f0b42
3 files changed
CHANGELOG.md
@@ -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
19
## 0.1.5 (2025-01-23)
20
21
### Fix
fast_healthchecks/__init__.py
@@ -1,3 +1,3 @@
"""Fast Healthchecks."""
-__version__ = "0.1.5"
+__version__ = "0.2.0"
pyproject.toml
@@ -1,6 +1,6 @@
[project]
name = "fast-healthchecks"
-version = "0.1.5"
+version = "0.2.0"
description = "FastHealthchecks"
readme = "README.md"
license = { file = "LICENSE" }
0 commit comments