Skip to content

Commit

Permalink
Update changelog and bump version to 0.8.5
Browse files Browse the repository at this point in the history
  • Loading branch information
achimnol committed Nov 19, 2019
1 parent 66ad2b1 commit 5f20d30
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
Changelog
=========

0.8.5 (2019-11-19)
------------------

* **server:** Rewrite internals of the worker main functions to use native `async with`
instead of manually unrolling `__aenter__()` and `__aexit__()` dunder methods, to keep
the code simple and avoid potential bugs.

0.8.4 (2019-11-18)
------------------

Expand All @@ -9,7 +16,7 @@ Changelog
- NOTE: This is now the default for macOS since Python 3.8.
- KNOWN ISSUE: [#12](https://github.com/achimnol/aiotools/issues/12)
* Remove some packaging hacks in `__init__.py` and let setuptools read the version
from a separate `aiotools.version` module.
from a separate `aiotools/VERSION` text file.

0.8.3 (2019-10-07)
------------------
Expand Down
2 changes: 1 addition & 1 deletion src/aiotools/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.8.4
0.8.5

0 comments on commit 5f20d30

Please sign in to comment.