Skip to content

Commit

Permalink
Merge pull request #159 from andreagrandi/prepare-release-0-1-8
Browse files Browse the repository at this point in the history
  • Loading branch information
laurentS authored Apr 7, 2023
2 parents d7b8608 + d6f9701 commit 2f8893e
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
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.7"
version = "0.1.8"
description = "A rate limiting extension for Starlette and Fastapi"
authors = ["Laurent Savaete <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit 2f8893e

Please sign in to comment.