Updated changelog, issued 0.4.5 release

This commit is contained in:
Vladimir Magamedov 2023-06-22 23:49:28 +03:00
parent 519d4c66a8
commit 6ec444e8f6
2 changed files with 9 additions and 2 deletions

View File

@ -1,11 +1,18 @@
Changelog
=========
0.4.5
~~~~~
- Fixed stubs generation for services with no rpc methods defined; pull
request courtesy @xloem
0.4.4
~~~~~
- Fixed deprecation warnings in tests
- Fixed minor issue by allowing to receive frames after receiving GOAWAY frame
- Fixed minor issue by allowing to receive frames after receiving ``GOAWAY``
frame
0.4.3
~~~~~

View File

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