Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion async_generator/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.9+dev"
__version__ = "1.10+dev"
27 changes: 24 additions & 3 deletions docs/source/history.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,37 @@ Release history

.. towncrier release notes start

Async_Generator 1.10 (2018-07-31)
---------------------------------

Features
~~~~~~~~

- Add support for PEP 525-style finalization hooks via
``set_asyncgen_hooks()`` and ``get_asyncgen_hooks()`` functions. On
Python 3.6+, these are aliases for the versions in ``sys``; on
Python 3.5, they're work-alike implementations. And,
``@async_generator`` generators now call these hooks at the
appropriate times. (`#15
<https://github.com/python-trio/trio/issues/15>`__)

Fixes
~~~~~

- Package now properly includes license files. (`#11
<https://github.com/python-trio/async_generator/pull/11>`__)


1.9 (2018-01-19)
----------------

* Add :func:`asynccontextmanager`
* When a partially-exhausted ``async_generator`` is garbage collected,
the warning printed now includes the generator's name to help you
track it down.
* Move under the auspices of the Trio project
* This includes a license change from MIT → dual MIT+Apache2
* Various changes to project organization to match Trio project standard
* Move under the auspices of the Trio project. This includes a license
change from MIT → dual MIT+Apache2, and various changes to internal
organization to match Trio project standard.

1.8 (2017-06-17)
----------------
Expand Down
5 changes: 0 additions & 5 deletions newsfragments/15.feature.rst

This file was deleted.