Skip to content

Releases: pomponchik/locklib

0.0.15

01 Apr 00:05
1e4ee4d
Compare
Choose a tag to compare

A lot of changes in typing.

0.0.14

27 Feb 16:19
da86ae8
Compare
Choose a tag to compare

A huge important update.

  • Added 3 lock protocols: LockProtocol, ContextLockProtocol and AsyncContextLockProtocol.
  • Added lint for tests.

0.0.13

04 Feb 20:34
e30f9da
Compare
Choose a tag to compare

A minor change in the tests.

0.0.12

03 Feb 22:27
2dee6f1
Compare
Choose a tag to compare

A little update.

  • More tests. Added a mutation testing tool.

0.0.11

07 Jan 19:35
7988ada
Compare
Choose a tag to compare

A small update.

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

0.0.10

30 Nov 12:14
8c3259d
Compare
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
Compare
Choose a tag to compare

Nothing serious, just added a logo.

0.0.8

27 Sep 23:31
12a13bf
Compare
Choose a tag to compare

A small but useful update.

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