From 735f3458dc1ca8c545983f5cd874c1ece1f8d59d Mon Sep 17 00:00:00 2001 From: totodore Date: Tue, 19 May 2026 10:48:33 +0200 Subject: [PATCH 1/2] chore: release --- Cargo.toml | 2 +- api-error-derive/CHANGELOG.md | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) 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 From 39834650ffdfeceed3745b062ce272f2f56e1500 Mon Sep 17 00:00:00 2001 From: totodore Date: Tue, 19 May 2026 10:48:54 +0200 Subject: [PATCH 2/2] chore: release --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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",