Skip to content

Commit

Permalink
Add changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
mosquito committed Feb 18, 2023
1 parent 2fada4a commit 58318aa
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
9.0.3
-----

* RPCs: Show exceptions on Host (remote side) #503
* Fixed queue_name was set as channel_name for `patterns/master.py` #523

9.0.2
-----

* Do not nack if consumer is no_ack in QueueIterator #521

9.0.1
-----

* change classifiers in pyproject.toml

9.0.0
-----

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "aio-pika"
version = "9.0.2"
version = "9.0.3"
description = "Wrapper around the aiormq for asyncio and humans"
authors = ["Dmitry Orlov <me@mosquito.su>"]
readme = "README.rst"
Expand Down

0 comments on commit 58318aa

Please sign in to comment.