v0.2.0
What's Changed
- add imports to
from typing[_extensions] import ...
by @jorenham in #1 - typer by @jorenham in #2
- insert new
from typing[_extensions] import ...
statements by @jorenham in #3 - something resembling docs by @jorenham in #4
- fix missing
TypeVar
import fortype {}
aliases by @jorenham in #5 - Complete PEP-695 backporting to Python 3.11 by @jorenham in #6
- basic
pytest
setup by @jorenham in #7 - fix alert in
README.md
by @jorenham in #8 - fix CI branch by @jorenham in #9
pythoff
->unpy
by @jorenham in #10
Full Changelog: v0.1.0...v0.2.0