Skip to content

Commit 2f8893e

Browse files
authored
Merge pull request #159 from andreagrandi/prepare-release-0-1-8
2 parents d7b8608 + d6f9701 commit 2f8893e

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

.github/workflows/python-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
uses: snok/install-poetry@v1
3131
with:
3232
# Version of Poetry to use
33-
version: 1.2.2
33+
version: 1.4.2
3434
- name: Install dependencies
3535
run: |
3636
poetry install

CHANGELOG.md

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

3+
## [0.1.8] - 2023-04-07
4+
5+
### Added
6+
7+
- Loosen restriction on the limits dependency (thanks @sanders41)
8+
- Fix redis install error (thanks @sanders41)
9+
- Add Python 3.11 support (thanks @sanders41)
10+
11+
312
## [0.1.7] - 2022-11-09
413

514
### 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.7"
3+
version = "0.1.8"
44
description = "A rate limiting extension for Starlette and Fastapi"
55
authors = ["Laurent Savaete <[email protected]>"]
66
license = "MIT"

0 commit comments

Comments
 (0)