chore: prepare 0.1.9 release

This commit is contained in:
Daniel Lok
2024-02-05 19:21:01 +08:00
parent 4eb45ebcb8
commit 64a15b36c8
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"