Merge pull request #159 from andreagrandi/prepare-release-0-1-8

This commit is contained in:
Laurent Savaete
2023-04-07 16:10:52 +02:00
committed by GitHub
3 changed files with 11 additions and 2 deletions

View File

@@ -30,7 +30,7 @@ jobs:
uses: snok/install-poetry@v1
with:
# Version of Poetry to use
version: 1.2.2
version: 1.4.2
- name: Install dependencies
run: |
poetry install

View File

@@ -1,5 +1,14 @@
# Change Log
## [0.1.8] - 2023-04-07
### Added
- Loosen restriction on the limits dependency (thanks @sanders41)
- Fix redis install error (thanks @sanders41)
- Add Python 3.11 support (thanks @sanders41)
## [0.1.7] - 2022-11-09
### Added

View File

@@ -1,6 +1,6 @@
[tool.poetry]
name = "slowapi"
version = "0.1.7"
version = "0.1.8"
description = "A rate limiting extension for Starlette and Fastapi"
authors = ["Laurent Savaete <laurent@where.tf>"]
license = "MIT"