Skip to content

Commit 4b9aa9f

Browse files
authored
version bump and update changelog (#211)
1 parent 1a73cb8 commit 4b9aa9f

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/)
55
and this project adheres to [Semantic Versioning](http://semver.org/).
66

7+
## [3.8.1]
8+
* Keep Retrying until Max Delay Has Expired
9+
* Postgres performance turning
10+
* Fix cursor leaks on SQLiteBucket
11+
712
## [3.8.0]
813
* Add FileLock option for SQLiteBucket
914

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 = "pyrate-limiter"
3-
version = "3.8.0"
3+
version = "3.8.1"
44
description = "Python Rate-Limiter using Leaky-Bucket Algorithm"
55
authors = ["vutr <me@vutr.io>"]
66
license = "MIT"

0 commit comments

Comments
 (0)