Skip to content

Commit 6547679

Browse files
authored
Merge pull request #185 from daniellok-db/release-0.1.9
chore: prepare 0.1.9 release
2 parents 4eb45eb + 64a15b3 commit 6547679

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Change Log
22

3+
## [0.1.9] - 2024-02-05
4+
5+
### Added
6+
7+
- Fix `limit_value` typehint in `limit()` function (thanks @PookieBuns)
8+
- Fix `limit_value` typehint in `shared_limit()` function (thanks @aberlioz)
9+
- Only pass `".env"` to starlette `Config` if `".env"` file exists (thanks @daniellok-db)
10+
311
## [0.1.8] - 2023-04-07
412

513
### Added

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "slowapi"
3-
version = "0.1.8"
3+
version = "0.1.9"
44
description = "A rate limiting extension for Starlette and Fastapi"
55
authors = ["Laurent Savaete <[email protected]>"]
66
license = "MIT"

0 commit comments

Comments
 (0)