Skip to content

Commit

Permalink
2.0.1
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
semantic-release committed Mar 3, 2024
1 parent 711bdd8 commit c72e15e
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@



## v2.0.1 (2024-03-03)

### Documentation

* docs: add ruff badge ([`d4281b1`](https://github.com/Rizhiy/replete/commit/d4281b181bf903eedd101ae52940283c524dc239))

### Fix

* fix: try to trigger release again ([`711bdd8`](https://github.com/Rizhiy/replete/commit/711bdd80e4a082e8a5a7e1f8d3800c13eb5d7db5))


## v2.0.0 (2024-03-03)

### Breaking
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.0.0"
__version__ = "2.0.1"

0 comments on commit c72e15e

Please # to comment.