Skip to content

Commit

Permalink
Release 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
isra17 committed Oct 12, 2021
1 parent 62e763c commit 5c31fb9
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOGS.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Changelogs

## 0.3.1

* Add `gevent` support (@FinnLidbetter, #12)
* Add configurable `abort_ttl` to middleware (@aviau, #10)

## 0.2

* Add custom `abort_ttl` to `abort` (@cchacholiades, #8)
2 changes: 1 addition & 1 deletion src/dramatiq_abort/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.2"
__version__ = "0.3.1"

from .backend import EventBackend
from .middleware import Abort, Abortable, abort
Expand Down

0 comments on commit 5c31fb9

Please sign in to comment.