Skip to content

Commit

Permalink
2.3.0
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
semantic-release authored and Rizhiy committed May 30, 2024
1 parent 0e0d844 commit 8e5232c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@



## v2.3.0 (2024-05-30)

### Feature

* feat(flock): allow non-blocking and add re-entrant tests ([`c0a4a1f`](https://github.com/Rizhiy/replete/commit/c0a4a1f97b69c1d838e186b4f7abba5d4f5c27a6))

* feat(flock): add basic filelock implementation ([`f5e88d0`](https://github.com/Rizhiy/replete/commit/f5e88d01483b0a60dab012d89d5d6b5437a3b3d9))


## v2.2.0 (2024-05-27)

### Chore
Expand Down
2 changes: 1 addition & 1 deletion replete/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
from .timing import RateLimiter, Timer
from .utils import chunks, deep_update, ensure_unique_keys, grouped, split_list

__version__ = "2.2.0"
__version__ = "2.3.0"

0 comments on commit 8e5232c

Please sign in to comment.