Skip to content

Commit

Permalink
Merge pull request #31 from graingert/update-news-for-0-2-2
Browse files Browse the repository at this point in the history
  • Loading branch information
graingert authored Jan 3, 2025
2 parents 7f6bb2c + 8d40922 commit 978bbff
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,17 @@ run(main())
```

# changelog
## 0.2.2
### What's Changed
* update note about which version we backported from by @graingert in https://github.com/graingert/taskgroup/pull/27
* [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in https://github.com/graingert/taskgroup/pull/28
* restore support for 3.8 by @graingert in https://github.com/graingert/taskgroup/pull/30

### New Contributors
* @pre-commit-ci made their first contribution in https://github.com/graingert/taskgroup/pull/28

**Full Changelog**: https://github.com/graingert/taskgroup/compare/0.2.1...0.2.2

## 0.2.1
### What's Changed
* make _Interceptor not abstract by @graingert in https://github.com/graingert/taskgroup/pull/25
Expand Down
2 changes: 1 addition & 1 deletion taskgroup/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
backport of asyncio.TaskGroup, asyncio.Runner and asyncio.timeout
"""

__version__ = "0.2.1"
__version__ = "0.2.2"

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

Expand Down

0 comments on commit 978bbff

Please sign in to comment.