Updated changelog, issued 0.4.2 release

This commit is contained in:
Vladimir Magamedov 2021-08-25 22:40:53 +03:00
parent 068dbc41a5
commit 9035978c0e
2 changed files with 5 additions and 3 deletions

View File

@ -1,9 +1,11 @@
Changelog
=========
0.4.2 (dev)
~~~~~~~~~~~
0.4.2
~~~~~
- **BREAKING:** Regenerated internal ``*_pb2.py`` files, they now require
``protobuf>=3.12.0``
- Extended ``SendTrailingMetadata`` and ``RecvTrailingMetadata`` events with a
status-related properties
- Fixed deprecation warning related to ``asyncio.wait()`` and Python 3.9

View File

@ -1,7 +1,7 @@
from .const import Status
from .exceptions import GRPCError
__version__ = '0.4.2rc2'
__version__ = '0.4.2'
__all__ = (
'Status',