Skip to content

Commit 239e92c

Browse files
Release v0.77.0
1 parent 209e226 commit 239e92c

File tree

2 files changed

+14
-6
lines changed

2 files changed

+14
-6
lines changed

CHANGELOG.md

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

3-
## v0.77.0 (in development)
3+
## v0.77.0 (Feb 5, 2026)
44

5-
No documented changes yet.
5+
### Enhancements
6+
7+
* Documentation improvements
8+
9+
### Dependencies
10+
11+
* `regex` bumped to `1.12`
12+
* `tokio` bumped to `1.49`
13+
* `percent-encoding` bumped to `2.3`
614

715

816
## v0.76.0 (Jan 16, 2026)

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,20 +23,20 @@ All older series have [reached End of Life](https://www.rabbitmq.com/release-inf
2323
### Async Client
2424

2525
```toml
26-
rabbitmq_http_client = { version = "0.76.0", features = ["core", "async"] }
26+
rabbitmq_http_client = { version = "0.77.0", features = ["core", "async"] }
2727
```
2828

2929
### Blocking Client
3030

3131
```toml
32-
rabbitmq_http_client = { version = "0.76.0", features = ["core", "blocking"] }
32+
rabbitmq_http_client = { version = "0.77.0", features = ["core", "blocking"] }
3333
```
3434

3535
### With Tabled Support
3636

3737
```toml
38-
rabbitmq_http_client = { version = "0.76.0", features = ["core", "async", "tabled"] }
39-
rabbitmq_http_client = { version = "0.76.0", features = ["core", "blocking", "tabled"] }
38+
rabbitmq_http_client = { version = "0.77.0", features = ["core", "async", "tabled"] }
39+
rabbitmq_http_client = { version = "0.77.0", features = ["core", "blocking", "tabled"] }
4040
```
4141

4242

0 commit comments

Comments
 (0)