Skip to content

Commit 01c06e6

Browse files
committed
🔖 Release version 0.0.8
1 parent a9c2587 commit 01c06e6

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

asyncer/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "0.0.7"
1+
__version__ = "0.0.8"
22

33
from ._main import PendingValueException as PendingValueException
44
from ._main import SoonValue as SoonValue

docs/release-notes.md

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## Latest Changes
44

5+
## 0.0.8
6+
57
### Refactors
68

79
* ♻️ Deprecate `asyncify(cancellable=True)` in favor of `asyncify(abandon_on_cancel=True)`, following AnyIO 4.1.0. PR [#202](https://github.com/fastapi/asyncer/pull/202) by [@tiangolo](https://github.com/tiangolo).

0 commit comments

Comments
 (0)