We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21b00a2 commit 65936aeCopy full SHA for 65936ae
3 files changed
CHANGELOG.md
@@ -2,7 +2,7 @@
2
3
All notable changes to this project will be documented in this file.
4
5
-## [Unreleased]
+## [0.5.2] - 2026-03-15
6
7
### Added
8
src/azure_functions_validation/__init__.py
@@ -10,4 +10,4 @@
10
"ErrorFormatter",
11
]
12
13
-__version__ = "0.5.1"
+__version__ = "0.5.2"
tests/test_public_api.py
@@ -30,8 +30,8 @@ def test_all_exports(self) -> None:
30
31
}
32
33
- def test_version_is_0_5_1(self) -> None:
34
- assert azure_functions_validation.__version__ == "0.5.1"
+ def test_version_is_0_5_2(self) -> None:
+ assert azure_functions_validation.__version__ == "0.5.2"
35
36
def test_validate_http_is_callable(self) -> None:
37
assert callable(validate_http)
0 commit comments