Skip to content

Commit

Permalink
2.3.2
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
semantic-release committed Jun 1, 2024
1 parent 558de35 commit 74c2e61
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@



## v2.3.2 (2024-06-01)

### Fix

* fix(flock): Make it write-write re-entrant as well ([`558de35`](https://github.com/Rizhiy/replete/commit/558de35e543bf1aa93a35ecfba7558fde5d1c3f5))


## v2.3.1 (2024-05-31)

### Fix
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.3.1"
__version__ = "2.3.2"

0 comments on commit 74c2e61

Please sign in to comment.