Releases: pomponchik/fazy
Releases · pomponchik/fazy
0.0.11
A few minor changes.
- Changed the configuration of the
rufflinter to a stricter one and many of its comments was corrected. - Added support for
Python 3.14. - Removed 1 test related to logging, as it does not work well on Windows, but its crashes have nothing to do with library failure.
- Some other minor changes.
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.pyhas 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
LazyStringtype itself has improved slightly. - Added classifiers for easy library search in pypi.
0.0.6
A small technical update.