Skip to content

Commit

Permalink
Bump version and update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
ecly committed Aug 21, 2024
1 parent a72bcc6 commit eaf5ba7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
### Changed

- Breaking change: allow usage of the request object in the except_when function (thanks @colin99d)
- Added more test exemption logic (thanks @colin99)
- Fix logger warning for Python 3.11 deprecation (thanks @kevin868)

## [0.1.9] - 2024-02-05

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "slowapi"
version = "0.1.9"
version = "0.1.10"
description = "A rate limiting extension for Starlette and Fastapi"
authors = ["Laurent Savaete <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit eaf5ba7

Please sign in to comment.