Skip to content

Commit

Permalink
Release v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mjpieters committed Oct 15, 2021
1 parent 468efcc commit cd7514f
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,14 @@

<!-- Towncrier release notes start -->

## Aiolimiter 1.0.0 (2021-10-15)

### Bugfixes

- Avoid warnings on Python 3.8 and up by not passing in the loop to
``asyncio.wait_for()``. ([#46](https://github.com/mjpieters/aiolimiter/issues/46))


## Aiolimiter 1.0.0b1 (2019-12-01)

### Improved Documentation
Expand Down
2 changes: 0 additions & 2 deletions changelog.d/46.bugfix

This file was deleted.

2 changes: 2 additions & 0 deletions changelog.d/towncrier_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,10 @@
{% if section %}## {{section}}

{% endif %}

{% if sections[section] %}
{% for category, val in definitions.items() if category in sections[section]%}

### {{ definitions[category]['name'] }}

{% if definitions[category]['showcontent'] %}
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 = "aiolimiter"
version = "1.0.0-beta.1"
version = "1.0.0"
description = "asyncio rate limiter, a leaky bucket implementation"
license = "MIT"
authors = ["Martijn Pieters <[email protected]>"]
Expand Down

0 comments on commit cd7514f

Please sign in to comment.