Skip to content

Releases: pomponchik/fazy

0.0.11

28 Nov 01:20
cb26dba

Choose a tag to compare

A few minor changes.

  • Changed the configuration of the ruff linter 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

07 Jan 20:46
9f56e3e

Choose a tag to compare

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

29 Nov 10:34
021435d

Choose a tag to compare

A small purely technical update.

  • The file setup.py has been replaced with pyproject.toml.
  • Added support for Python 3.12.

0.0.8

09 Oct 20:59
9ebfcac

Choose a tag to compare

A small update.

  • The code is fully adapted to mypy.

0.0.7

09 Oct 16:38
cbc6e54

Choose a tag to compare

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

13 Sep 03:30
ceb0bbc

Choose a tag to compare

A small technical update.