Skip to content

Commit

Permalink
bump: version 5.0.5 → 5.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
BjoernPetersen committed Oct 18, 2024
1 parent 8f1e71f commit b7b08ce
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## v5.1.0 (2024-10-18)

### Feat

- Support Python 3.13

### Fix

- **deps**: update flyway/flyway docker tag to v10.20
- **deps**: update flyway/flyway docker tag to v10.19
- **deps**: update flyway/flyway docker tag to v10.18

## v5.0.5 (2024-09-01)

### Fix
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ requires-python = ">=3.11, <3.14"
[tool.poetry]
name = "prep-rate-limiter"
description = "Provides scaffolding for rate limited features"
version = "5.0.5"
version = "5.1.0"
authors = ["BlindfoldedSurgery <[email protected]>"]
license = "MIT"
packages = [{ from = "src", include = "rate_limiter" }]
Expand Down

0 comments on commit b7b08ce

Please sign in to comment.