Skip to content

Commit

Permalink
Bump to 0.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
asvetlov committed Jan 25, 2022
1 parent 28f04ba commit c60f193
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,20 @@

.. towncrier release notes start
0.0.4 (2022-01-26)
==================

Features
--------

- Add ``proxy_loop.get_parent_loop()`` public method. (:issue:`9`)

Bugfixes
--------

- Don't finalize already closed loop. (:issue:`8`)


0.0.3 (2022-01-26)
==================

Expand Down
1 change: 0 additions & 1 deletion CHANGES/8.bugfix

This file was deleted.

2 changes: 1 addition & 1 deletion aioloop_proxy/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.0.3"
__version__ = "0.0.4"

from ._api import proxy
from ._loop import CheckKind, LoopProxy
Expand Down

0 comments on commit c60f193

Please sign in to comment.