We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b8064b commit 80a7b84Copy full SHA for 80a7b84
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Version history
2
3
+## 0.3.5
4
+
5
+- Ignore exceptions in all tasks.
6
7
## 0.3.4
8
9
- Ignore exceptions while reading socket.
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
[project]
name = "zmq-anyio"
-version = "0.3.4"
+version = "0.3.5"
description = "Asynchronous API for ZMQ using AnyIO"
readme = "README.md"
10
authors = [
0 commit comments