Merge pull request #185 from daniellok-db/release-0.1.9

chore: prepare 0.1.9 release
This commit is contained in:
Laurent Savaete
2024-02-05 13:09:50 +01:00
committed by GitHub
2 changed files with 9 additions and 1 deletions

View File

@@ -1,5 +1,13 @@
# Change Log
## [0.1.9] - 2024-02-05
### Added
- Fix `limit_value` typehint in `limit()` function (thanks @PookieBuns)
- Fix `limit_value` typehint in `shared_limit()` function (thanks @aberlioz)
- Only pass `".env"` to starlette `Config` if `".env"` file exists (thanks @daniellok-db)
## [0.1.8] - 2023-04-07
### Added

View File

@@ -1,6 +1,6 @@
[tool.poetry]
name = "slowapi"
version = "0.1.8"
version = "0.1.9"
description = "A rate limiting extension for Starlette and Fastapi"
authors = ["Laurent Savaete <laurent@where.tf>"]
license = "MIT"