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 bfb9ffc commit 100de7bCopy full SHA for 100de7b
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Version history
2
3
+## 0.3.11
4
+
5
+- Simplify `wait_readable` loop and use `anyio.notify_closing`.
6
7
## 0.3.10
8
9
- Support `pyzmq v27`.
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
[project]
name = "zmq-anyio"
-version = "0.3.10"
+version = "0.3.11"
description = "Asynchronous API for ZMQ using AnyIO"
readme = "README.md"
10
authors = [
0 commit comments