Releases: pomponchik/fazy
Releases · pomponchik/fazy
0.0.10
A small update.
- Fixed some type hints.
- Activated explicit reexports. Read more here: fastapi/typer#112
- Automated release process.
- Added the hits-of-code badge to the README.
0.0.9
A small purely technical update.
- The file
setup.py
has been replaced withpyproject.toml
. - Added support for Python
3.12
.
0.0.8
A small update.
- The code is fully adapted to
mypy
.
0.0.7
A small update.
- Added a logo.
- Added linter checks.
- Added type hints for most of the codebase. But not everywhere yet.
- Minor corrections related to types have been made. Recursive support for the
LazyString
type itself has improved slightly. - Added classifiers for easy library search in pypi.
0.0.6
A small technical update.