Skip to content

Commit e2216b8

Browse files
committed
Release v0.3.9
1 parent 4328ca1 commit e2216b8

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

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

3+
## 0.3.9
4+
5+
- Allow multiple `start`/`stop` calls.
6+
37
## 0.3.8
48

59
- Make sure that `self._start` and `self.stop` calls are contained within `TaskGroup` async context manager (PR by @graingert).

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.3.8"
7+
version = "0.3.9"
88
description = "Asynchronous API for ZMQ using AnyIO"
99
readme = "README.md"
1010
authors = [

0 commit comments

Comments
 (0)