Skip to content

Commit

Permalink
2.1.0
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 5077b5b commit db2f1cf
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,21 @@



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

### Ci

* ci: fix coverage ([`0e368ab`](https://github.com/Rizhiy/replete/commit/0e368ab9ebede394fe8b29ec4e94ad1745b3086c))

### Feature

* feat: add a few useful pytest fixtures ([`ac2c381`](https://github.com/Rizhiy/replete/commit/ac2c38172ea695a04553b80efa96bcb313ccc137))

### Fix

* fix: rstrict pytest version to <8 ([`5077b5b`](https://github.com/Rizhiy/replete/commit/5077b5b2e53316ad384c0df4a08266f7b6929d02))


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

### Documentation
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.1"
__version__ = "2.1.0"

0 comments on commit db2f1cf

Please sign in to comment.