Skip to content

Commit

Permalink
Release v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
davidbrochart committed Nov 10, 2024
1 parent 1c390fe commit c02f4a7
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
with:
python-version: 3.13
- run: |
pip install hatch
pip install hatch "hatchling!=1.26.0"
hatch build
- uses: actions/upload-artifact@v4
with:
Expand Down
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Version history

## 0.2.0

- Use root task group instead of creating new ones.
- Rename `Poller.poll` to `Poller.apoll`.
- Add `arecv_string`, `arecv_pyobj`, `arecv_serialized`, and equivalent send methods.
- Add more tests and fixes.

## 0.1.3

- Use `anyio.wait_socket_readable(sock)` with a ThreadSelectorEventLoop on Windows with ProactorEventLoop.
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "hatchling.build"

[project]
name = "zmq-anyio"
version = "0.1.3"
version = "0.2.0"
description = "Asynchronous API for ZMQ using AnyIO"
readme = "README.md"
authors = [
Expand Down

0 comments on commit c02f4a7

Please sign in to comment.