Skip to content

Commit c72e15e

Browse files
author
semantic-release
committed
2.0.1
Automatically generated by python-semantic-release
1 parent 711bdd8 commit c72e15e

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
22

33

44

5+
## v2.0.1 (2024-03-03)
6+
7+
### Documentation
8+
9+
* docs: add ruff badge ([`d4281b1`](https://github.com/Rizhiy/replete/commit/d4281b181bf903eedd101ae52940283c524dc239))
10+
11+
### Fix
12+
13+
* fix: try to trigger release again ([`711bdd8`](https://github.com/Rizhiy/replete/commit/711bdd80e4a082e8a5a7e1f8d3800c13eb5d7db5))
14+
15+
516
## v2.0.0 (2024-03-03)
617

718
### Breaking

replete/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@
1212
from .timing import RateLimiter, Timer
1313
from .utils import chunks, deep_update, ensure_unique_keys, grouped, split_list
1414

15-
__version__ = "2.0.0"
15+
__version__ = "2.0.1"

0 commit comments

Comments
 (0)