diff --git a/Cargo.lock b/Cargo.lock index 8b0cbce..7080986 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4,7 +4,7 @@ version = 4 [[package]] name = "api-error" -version = "0.1.6" +version = "0.1.7" dependencies = [ "api-error-derive", "axum", @@ -18,7 +18,7 @@ dependencies = [ [[package]] name = "api-error-derive" -version = "0.1.6" +version = "0.1.7" dependencies = [ "proc-macro2", "quote", diff --git a/Cargo.toml b/Cargo.toml index 5c06510..3438342 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [workspace.package] description = "A derive macro for attaching HTTP status codes and user-facing messages to Rust error types." edition = "2024" -version = "0.1.6" +version = "0.1.7" license = "Apache-2.0" rust-version = "1.85" repository = "https://github.com/centreon/rs-api-error" diff --git a/api-error-derive/CHANGELOG.md b/api-error-derive/CHANGELOG.md index f4bf86d..dc68887 100644 --- a/api-error-derive/CHANGELOG.md +++ b/api-error-derive/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.1.7](https://github.com/centreon/rs-api-error/compare/api-error-derive-v0.1.6...api-error-derive-v0.1.7) - 2026-05-19 + +### Added + +- *(derive)* new implementation of `IntoResponse` for `&T` [release] ([#28](https://github.com/centreon/rs-api-error/pull/28)) + ## [0.1.6](https://github.com/centreon/rs-api-error/compare/api-error-derive-v0.1.5...api-error-derive-v0.1.6) - 2026-05-19 ### Fixed