Skip to content

Commit 6740f33

Browse files
Bump dev version
1 parent 9c91c67 commit 6740f33

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@ No changes yet.
88

99
### Enhancements
1010

11-
* Error responses now include an `error` field with the error reason if available
12-
* New function `Error#reason` returns the error reason if available
11+
* Request errors now include the `error` and `reason` fields populated if the API response contains them
1312

1413
## v0.65.0 (Oct 11, 2025)
1514

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rabbitmq_http_client"
3-
version = "0.66.0"
3+
version = "0.67.0"
44
edition = "2024"
55

66
description = "RabbitMQ HTTP API client"

0 commit comments

Comments
 (0)