Releases: mutating/locklib
Releases · mutating/locklib
0.0.11
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
A small purely technical update, without changing the functionality.
- The file
setup.pyhas been replaced withpyproject.toml. - Added support for Python
3.12.
0.0.9
Nothing serious, just added a logo.
0.0.8
A small but useful update.
- Added type annotations.
- The DeadLockError is now inherited directly from the Exception.