Skip to content

Commit 1876c99

Browse files
0.46.0
1 parent df949c7 commit 1876c99

File tree

2 files changed

+10
-5
lines changed

2 files changed

+10
-5
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
# Rust Client for the RabbitMQ HTTP API Change Log
22

3-
## v0.46.0 (in development)
3+
## v0.47.0 (in development)
4+
5+
No changes yet.
6+
7+
8+
## v0.46.0 (Sep 06, 2025)
49

510
### Enhancements
611

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,25 +19,25 @@ All older series have [reached End of Life](https://www.rabbitmq.com/release-inf
1919
### Blocking Client
2020

2121
```toml
22-
rabbitmq_http_client = { version = "0.45.0", features = ["core", "blocking"] }
22+
rabbitmq_http_client = { version = "0.46.0", features = ["core", "blocking"] }
2323
```
2424

2525
### Async Client
2626

2727
```toml
28-
rabbitmq_http_client = { version = "0.45.0", features = ["core", "async"] }
28+
rabbitmq_http_client = { version = "0.46.0", features = ["core", "async"] }
2929
```
3030

3131
### Blocking Client with Tabled Support
3232

3333
```toml
34-
rabbitmq_http_client = { version = "0.45.0", features = ["core", "blocking", "tabled"] }
34+
rabbitmq_http_client = { version = "0.46.0", features = ["core", "blocking", "tabled"] }
3535
```
3636

3737
### Async Client with Tabled Support
3838

3939
```toml
40-
rabbitmq_http_client = { version = "0.45.0", features = ["core", "async", "tabled"] }
40+
rabbitmq_http_client = { version = "0.46.0", features = ["core", "async", "tabled"] }
4141
```
4242

4343

0 commit comments

Comments
 (0)