Skip to content

Commit de9709d

Browse files
committed
Release v1.1.0
1 parent 70ee10a commit de9709d

File tree

5 files changed

+22
-5
lines changed

5 files changed

+22
-5
lines changed

CHANGELOG.md

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

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

17+
## Aiolimiter 1.1.0 (2023-05-08)
18+
19+
20+
21+
### Features
22+
23+
- Add ``__slots__`` to the ``AsyncLimiter`` class, reducing memory requirements. ([#85](https://github.com/mjpieters/aiolimiter/issues/85))
24+
25+
26+
27+
### Deprecations and Removals
28+
29+
- Dropped support for Python 3.6 ([#62](https://github.com/mjpieters/aiolimiter/issues/62))
30+
31+
32+
33+
### Misc
34+
35+
- [#95](https://github.com/mjpieters/aiolimiter/issues/95)
36+
37+
1738
## Aiolimiter 1.0.0 (2021-10-15)
1839

1940
### Bugfixes

changelog.d/62.removal

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

changelog.d/85.feature

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

changelog.d/95.misc

Lines changed: 0 additions & 2 deletions
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.0.0"
3+
version = "1.1.0"
44
description = "asyncio rate limiter, a leaky bucket implementation"
55
license = "MIT"
66
authors = ["Martijn Pieters <[email protected]>"]

0 commit comments

Comments
 (0)