mirror of
https://github.com/laurentS/slowapi.git
synced 2026-03-13 09:10:20 +08:00
Release 0.1.3
This commit is contained in:
@@ -2,6 +2,10 @@
|
||||
|
||||
## [0.1.3] - 2020-12-24
|
||||
|
||||
### Added
|
||||
|
||||
- Added some setup examples in documentation
|
||||
|
||||
### Fixed
|
||||
|
||||
- Routes returning a dict don't error when turning on headers (#18), thanks to @glinmac
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[tool.poetry]
|
||||
name = "slowapi"
|
||||
version = "0.1.2"
|
||||
version = "0.1.3"
|
||||
description = "A rate limiting extension for Starlette and Fastapi"
|
||||
authors = ["Laurent Savaete <laurent@where.tf>"]
|
||||
license = "MIT"
|
||||
|
||||
Reference in New Issue
Block a user