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 4c551ba
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
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 4c551ba

Please sign in to comment.