Skip to content

Commit ac9992f

Browse files
0.62.0
1 parent 21ed332 commit ac9992f

File tree

2 files changed

+9
-5
lines changed

2 files changed

+9
-5
lines changed

CHANGELOG.md

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

3-
## v0.62.0 (in development)
3+
## v0.63.0 (in development)
4+
5+
No changes yet.
6+
7+
## v0.62.0 (Oct 9, 2025)
48

59
### Enhancements
610

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.61.0", features = ["core", "blocking"] }
24+
rabbitmq_http_client = { version = "0.62.0", features = ["core", "blocking"] }
2525
```
2626

2727
### Async Client
2828

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

3333
### Blocking Client with Tabled Support
3434

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

3939
### Async Client with Tabled Support
4040

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

4545

0 commit comments

Comments
 (0)