Skip to content

Commit 6ca743f

Browse files
0.57.0
1 parent f70ecb6 commit 6ca743f

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

CHANGELOG.md

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

3-
## v0.57.0 (in development)
3+
## v0.57.0 (Sep 22, 2025)
44

55
### Enhancements
66

README.md

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

2323
```toml
24-
rabbitmq_http_client = { version = "0.56.0", features = ["core", "blocking"] }
24+
rabbitmq_http_client = { version = "0.57.0", features = ["core", "blocking"] }
2525
```
2626

2727
### Async Client
2828

2929
```toml
30-
rabbitmq_http_client = { version = "0.56.0", features = ["core", "async"] }
30+
rabbitmq_http_client = { version = "0.57.0", features = ["core", "async"] }
3131
```
3232

3333
### Blocking Client with Tabled Support
3434

3535
```toml
36-
rabbitmq_http_client = { version = "0.56.0", features = ["core", "blocking", "tabled"] }
36+
rabbitmq_http_client = { version = "0.57.0", features = ["core", "blocking", "tabled"] }
3737
```
3838

3939
### Async Client with Tabled Support
4040

4141
```toml
42-
rabbitmq_http_client = { version = "0.56.0", features = ["core", "async", "tabled"] }
42+
rabbitmq_http_client = { version = "0.57.0", features = ["core", "async", "tabled"] }
4343
```
4444

4545

0 commit comments

Comments
 (0)