Skip to content

Commit

Permalink
Prepare 0.4.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
judahrand committed Oct 6, 2022
1 parent 0fa23e4 commit 970aa5a
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,24 @@ CHANGELOG
Development Version
+++++++++++++++++++

0.4.0
*****

* [BREAKING] Drop support for `python<3.7`

* [FEAT] Add `KubernetesLock` backend
* [FEAT] Add `FileLock` backend
* [FEAT] Install backend specific dependencies with extras #59_
* [FEAT] Add `.renew()` method to all backends #61_

* [BUGFIX] `redis>=2.10.6` client won't work with `sherlock 0.3.1` #32_
* [BUGFIX] `timeout=0` doesn't work as expected with `RedisLock` #60_

.. _#32: https://github.com/vaidik/sherlock/issues/32
.. _#59: https://github.com/py-sherlock/sherlock/pull/59
.. _#60: https://github.com/py-sherlock/sherlock/pull/60
.. _#61: https://github.com/py-sherlock/sherlock/pull/61

0.3.2
*****

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[tool.poetry]
name = "sherlock"
version = "0.4.0a0"
version = "0.4.0"
description = "Distributed inter-process locks with a choice of backend"
license = "MIT"
authors = [
Expand Down

0 comments on commit 970aa5a

Please sign in to comment.