Skip to content

Commit 21e0817

Browse files
committed
release: v0.5.1
1 parent d94af16 commit 21e0817

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGES.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@
1010
Changes
1111
=======
1212

13+
Version v0.5.1 (released 2026-03-20)
14+
15+
- fix: add jsonschema-specifications to install_requires
16+
1317
Version v0.5.0 (released 2026-01-27)
1418
------------------------------------
1519

jsonresolver/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
from .decorators import route
1515
from .hookimpl import hookimpl
1616

17-
__version__ = "0.5.0"
17+
__version__ = "0.5.1"
1818

1919
__all__ = (
2020
"JSONResolver",

0 commit comments

Comments
 (0)