Skip to content

Commit

Permalink
Merge pull request #22 from njsmith/release-1.10
Browse files Browse the repository at this point in the history
Release engineering for 1.10
  • Loading branch information
njsmith committed Aug 1, 2018
2 parents 22eddc1 + 0c92235 commit 91d193d
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 9 deletions.
2 changes: 1 addition & 1 deletion async_generator/_version.py
@@ -1 +1 @@
__version__ = "1.9+dev"
__version__ = "1.10+dev"
27 changes: 24 additions & 3 deletions docs/source/history.rst
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.

0 comments on commit 91d193d

Please sign in to comment.