Skip to content

Commit

Permalink
🔖 Release version 0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
tiangolo committed Nov 4, 2022
1 parent 0c3f858 commit d6897e4
Show file tree
Hide file tree
Showing 2 changed files with 4 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.1"
__version__ = "0.0.2"

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

## Latest Changes


## 0.0.2

### Features

* ✨ Add compatibility with the next (unreleased) version of AnyIO (4.x.x), with `get_asynclib` utility. PR [#48](https://github.com/tiangolo/asyncer/pull/48) by [@tiangolo](https://github.com/tiangolo).
Expand Down

0 comments on commit d6897e4

Please sign in to comment.