We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a9a8c6 commit 88ca831Copy full SHA for 88ca831
CHANGELOG.rst
@@ -2,6 +2,15 @@ Changelog
2
=========
3
4
5
+2.0.1 (2025-10-28)
6
+-------------------
7
+
8
+- pydantic v1 validator/generator bugs fixed.
9
+- aiohttp subapp specification wrong method path fixed.
10
+- dispatcher middleware invocation order fixed.
11
+- documentation fixed.
12
13
14
2.0.0 (2025-10-24)
15
-------------------
16
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
name = "pjrpc"
-version = "2.0.0"
+version = "2.0.1"
description = "Extensible JSON-RPC library"
authors = ["Dmitry Pershin <[email protected]>"]
license = "Unlicense"
0 commit comments