We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d94af16 commit 21e0817Copy full SHA for 21e0817
CHANGES.rst
@@ -10,6 +10,10 @@
10
Changes
11
=======
12
13
+Version v0.5.1 (released 2026-03-20)
14
+
15
+- fix: add jsonschema-specifications to install_requires
16
17
Version v0.5.0 (released 2026-01-27)
18
------------------------------------
19
jsonresolver/__init__.py
@@ -14,7 +14,7 @@
from .decorators import route
from .hookimpl import hookimpl
-__version__ = "0.5.0"
+__version__ = "0.5.1"
__all__ = (
20
"JSONResolver",
0 commit comments