Releases: pomponchik/awaits
Releases · pomponchik/awaits
0.0.12
0.0.11
A little update.
- Fixed some type hints.
- Added a logo for social networks previews.
0.0.10
A little update.
- Explicit reexports have been activated. Read more here: fastapi/typer#112
0.0.9
A small and not very important update.
- Added type hints. Now they are checked using
Mypy
. - Fixed several minor bugs.
- Added several tests.
- Added a new CI workflow - release.
0.0.8
A small update, the functionality has not changed.
- The code has been simplified a bit more.
- New tests have been added, and test coverage has exceeded 90%.
0.0.7
A small update.
- New tests have been added.
- Added a few type hints.
- A small refactoring of some parts of the code has been carried out.
0.0.6
A small update, the functionality has not changed.
- Added code checks via
Ruff
. - Several tests have been added.
0.0.5
A small purely technical update, without changing the functionality.
- The file
setup.py
has been replaced withpyproject.toml
. - Added support for Python
3.12
.
0.0.4
A small technical update. Nothing serious.
0.0.3
A big and long-awaited update!
- I am pleased to announce that waits now supports Python versions from 3.7 to 3.11.
- The first unit test appeared.
- A few more small but useful improvements have been made.