Skip to content

Commit

Permalink
Merge pull request #185 from daniellok-db/release-0.1.9
Browse files Browse the repository at this point in the history
chore: prepare 0.1.9 release
  • Loading branch information
laurentS committed Feb 5, 2024
2 parents 4eb45eb + 64a15b3 commit 6547679
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
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.8"
version = "0.1.9"
description = "A rate limiting extension for Starlette and Fastapi"
authors = ["Laurent Savaete <laurent@where.tf>"]
license = "MIT"
Expand Down

0 comments on commit 6547679

Please sign in to comment.