Skip to content

Releases: mutating/locklib

0.0.11

07 Jan 19:35
7988ada

Choose a tag to compare

A small update.

  • Added some type hints. Strict Mypy mode enabled.
  • Activated explicit reexports. Read more here: fastapi/typer#112
  • Automated release process.
  • Added the hits-of-code badge to the README.

0.0.10

30 Nov 12:14
8c3259d

Choose a tag to compare

A small purely technical update, without changing the functionality.

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

0.0.9

02 Oct 21:10
f11ffaa

Choose a tag to compare

Nothing serious, just added a logo.

0.0.8

27 Sep 23:31
12a13bf

Choose a tag to compare

A small but useful update.

  • Added type annotations.
  • The DeadLockError is now inherited directly from the Exception.