Skip to content

Commit 978bbff

Browse files
authored
Merge pull request #31 from graingert/update-news-for-0-2-2
2 parents 7f6bb2c + 8d40922 commit 978bbff

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

README.md

+11
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,17 @@ run(main())
3333
```
3434

3535
# changelog
36+
## 0.2.2
37+
### What's Changed
38+
* update note about which version we backported from by @graingert in https://github.com/graingert/taskgroup/pull/27
39+
* [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in https://github.com/graingert/taskgroup/pull/28
40+
* restore support for 3.8 by @graingert in https://github.com/graingert/taskgroup/pull/30
41+
42+
### New Contributors
43+
* @pre-commit-ci made their first contribution in https://github.com/graingert/taskgroup/pull/28
44+
45+
**Full Changelog**: https://github.com/graingert/taskgroup/compare/0.2.1...0.2.2
46+
3647
## 0.2.1
3748
### What's Changed
3849
* make _Interceptor not abstract by @graingert in https://github.com/graingert/taskgroup/pull/25

taskgroup/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
backport of asyncio.TaskGroup, asyncio.Runner and asyncio.timeout
33
"""
44

5-
__version__ = "0.2.1"
5+
__version__ = "0.2.2"
66

77
__all__ = ["run", "Runner", "TaskGroup", "Timeout", "timeout", "timeout_at"]
88

0 commit comments

Comments
 (0)