Skip to content

Commit

Permalink
Version bump v0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
amyreese committed Mar 1, 2021
1 parent b73c14d commit 423dec8
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 3 deletions.
21 changes: 19 additions & 2 deletions CHANGELOG.md
@@ -1,6 +1,24 @@
aiomultiprocess
===============

v0.9.0
------

Feature release

* Added uncaught exception handler for pool workers (#80, #82)
* Fixed testing on Windows/Python 3.8 (#73)
* Support for Python 3.9 (#83, #85)

```
$ git shortlog -s v0.8.0...v0.9.0
5 Dmitriy Ferens
15 John Reese
1 Pranab
4 pyup.io bot
```


v0.8.0
------

Expand All @@ -12,7 +30,7 @@ Feature release

```
$ git shortlog -s v0.7.0...v0.8.0
13 John Reese
14 John Reese
1 Thomas Grainger
```

Expand Down Expand Up @@ -129,4 +147,3 @@ $ git shortlog -s d58104b244a984f37d2f672431b4a2fc7e74931b...v0.2.0
1 John Reese
```


2 changes: 1 addition & 1 deletion aiomultiprocess/__version__.py
@@ -1 +1 @@
__version__ = "0.8.0"
__version__ = "0.9.0"

0 comments on commit 423dec8

Please sign in to comment.