Skip to content

Commit b1b5e9c

Browse files
committed
update for 0.4.0
Signed-off-by: Gabriele Santomaggio <G.santomaggio@gmail.com>
1 parent 6f7e184 commit b1b5e9c

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,12 @@ All notable changes to this project will be documented in this file.
1010
### Added
1111
- Add asynchronous interface by @dadodimauro in [#86](https://github.com/rabbitmq/rabbitmq-amqp-python-client/pull/86)
1212

13+
## [[0.4.0]](https://github.com/rabbitmq/rabbitmq-amqp-python-client/releases/tag/v0.4.0)
14+
15+
## 0.4.0 - 2025-16-12
16+
- [Release 0.4.0](https://github.com/rabbitmq/rabbitmq-amqp-python-client/releases/tag/v0.4.0)
17+
18+
### Added
19+
- Implement Direct Reply To Feature in [#87](https://github.com/rabbitmq/rabbitmq-amqp-python-client/pull/87)
20+
- Add and RPC example using direct reply queue in [#89](https://github.com/rabbitmq/rabbitmq-amqp-python-client/pull/89)
21+

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "rabbitmq-amqp-python-client"
3-
version = "0.3.0"
3+
version = "0.4.0"
44
description = "Python RabbitMQ client for AMQP 1.0 protocol"
55
authors = ["RabbitMQ team"]
66
license = "Apache-2.0 license"

0 commit comments

Comments
 (0)