Skip to content

Commit 547481a

Browse files
committed
Release v1.1.1
1 parent 0b53b86 commit 547481a

File tree

6 files changed

+16
-5
lines changed

6 files changed

+16
-5
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,21 @@
1414

1515
<!-- Towncrier release notes start -->
1616

17+
## Aiolimiter 1.1.1 (2024-11-30)
18+
19+
20+
### Bugfixes
21+
22+
- Only include CHANGELOG.md in the source distribution. ([#206](https://github.com/mjpieters/aiolimiter/issues/206))
23+
- Fixed wait time calculation for waiting tasks, making acquisition faster (PR by @schoennenbeck) ([#217](https://github.com/mjpieters/aiolimiter/issues/217))
24+
25+
26+
27+
### Misc
28+
29+
- [#139](https://github.com/mjpieters/aiolimiter/issues/139), [#288](https://github.com/mjpieters/aiolimiter/issues/288)
30+
31+
1732
## Aiolimiter 1.1.0 (2023-05-08)
1833

1934

changelog.d/139.misc.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog.d/206.bugfix.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog.d/217.bugfix.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog.d/288.misc

Lines changed: 0 additions & 1 deletion
This file was deleted.

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 = "aiolimiter"
3-
version = "1.1.0"
3+
version = "1.1.1"
44
description = "asyncio rate limiter, a leaky bucket implementation"
55
license = "MIT"
66
authors = ["Martijn Pieters <[email protected]>"]

0 commit comments

Comments
 (0)