Skip to content

Commit c02f4a7

Browse files
committed
Release v0.2.0
1 parent 1c390fe commit c02f4a7

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
with:
1818
python-version: 3.13
1919
- run: |
20-
pip install hatch
20+
pip install hatch "hatchling!=1.26.0"
2121
hatch build
2222
- uses: actions/upload-artifact@v4
2323
with:

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Version history
22

3+
## 0.2.0
4+
5+
- Use root task group instead of creating new ones.
6+
- Rename `Poller.poll` to `Poller.apoll`.
7+
- Add `arecv_string`, `arecv_pyobj`, `arecv_serialized`, and equivalent send methods.
8+
- Add more tests and fixes.
9+
310
## 0.1.3
411

512
- Use `anyio.wait_socket_readable(sock)` with a ThreadSelectorEventLoop on Windows with ProactorEventLoop.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "zmq-anyio"
7-
version = "0.1.3"
7+
version = "0.2.0"
88
description = "Asynchronous API for ZMQ using AnyIO"
99
readme = "README.md"
1010
authors = [

0 commit comments

Comments
 (0)