Skip to content

Commit a883528

Browse files
authored
Merge pull request #24 from graingert/bump-version-0-2-0
2 parents b4b8141 + 8d158e1 commit a883528

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

README.md

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

3535
# changelog
36+
## 0.2.0
37+
### What's Changed
38+
* add readme and changelog by @graingert in https://github.com/graingert/taskgroup/pull/21
39+
* Add link to PyPI by @graingert in https://github.com/graingert/taskgroup/pull/22
40+
* changes from 3.12.8, add a smoke test, make uncancel installation simpler by @graingert in https://github.com/graingert/taskgroup/pull/23
41+
42+
43+
**Full Changelog**: https://github.com/graingert/taskgroup/compare/0.1.1...0.2.0
3644

3745
## 0.1.1
3846
### What's Changed

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.1.1"
5+
__version__ = "0.2.0"
66

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

0 commit comments

Comments
 (0)