Skip to content

Commit

Permalink
Merge pull request #24 from graingert/bump-version-0-2-0
Browse files Browse the repository at this point in the history
  • Loading branch information
graingert authored Dec 15, 2024
2 parents b4b8141 + 8d158e1 commit a883528
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,14 @@ run(main())
```

# changelog
## 0.2.0
### What's Changed
* add readme and changelog by @graingert in https://github.com/graingert/taskgroup/pull/21
* Add link to PyPI by @graingert in https://github.com/graingert/taskgroup/pull/22
* changes from 3.12.8, add a smoke test, make uncancel installation simpler by @graingert in https://github.com/graingert/taskgroup/pull/23


**Full Changelog**: https://github.com/graingert/taskgroup/compare/0.1.1...0.2.0

## 0.1.1
### What's Changed
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.1.1"
__version__ = "0.2.0"

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

Expand Down

0 comments on commit a883528

Please sign in to comment.