mirror of
https://github.com/laurentS/slowapi.git
synced 2026-03-13 09:10:20 +08:00
chore: prepare 0.1.9 release
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user