We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f85ff2 commit 8638270Copy full SHA for 8638270
CHANGELOG.rst
@@ -2,6 +2,12 @@ Changelog
2
=========
3
4
5
+2.1.0 (2025-10-31)
6
+-------------------
7
+
8
+- fix: client and server exceptions separated.
9
10
11
2.0.1 (2025-10-28)
12
-------------------
13
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
name = "pjrpc"
-version = "2.0.1"
+version = "2.1.0"
description = "Extensible JSON-RPC library"
authors = ["Dmitry Pershin <dapper1291@gmail.com>"]
license = "Unlicense"
0 commit comments