Skip to content

Commit

Permalink
🔖 Release version 0.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
tiangolo committed Aug 24, 2024
1 parent a9c2587 commit 01c06e6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion asyncer/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.0.7"
__version__ = "0.0.8"

from ._main import PendingValueException as PendingValueException
from ._main import SoonValue as SoonValue
Expand Down
2 changes: 2 additions & 0 deletions docs/release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Latest Changes

## 0.0.8

### Refactors

* ♻️ 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).
Expand Down

0 comments on commit 01c06e6

Please sign in to comment.