From 221202256638ad871f86ca73aeb66d99dc0af187 Mon Sep 17 00:00:00 2001 From: technique-ci <87815335+technique-ci@users.noreply.github.com> Date: Tue, 28 Jul 2026 14:48:33 +0200 Subject: [PATCH] chore: release v0.1.9 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- api-error-derive/CHANGELOG.md | 6 ++++++ api-error/CHANGELOG.md | 6 ++++++ 4 files changed, 15 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6adbfbe..773a4fe 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4,7 +4,7 @@ version = 4 [[package]] name = "api-error" -version = "0.1.8" +version = "0.1.9" dependencies = [ "api-error-derive", "axum", @@ -18,7 +18,7 @@ dependencies = [ [[package]] name = "api-error-derive" -version = "0.1.8" +version = "0.1.9" dependencies = [ "proc-macro2", "quote", diff --git a/Cargo.toml b/Cargo.toml index e39710b..e751356 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.8" +version = "0.1.9" 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 dc68887..fc13701 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.9](https://github.com/centreon/rs-api-error/compare/api-error-derive-v0.1.8...api-error-derive-v0.1.9) - 2026-07-28 + +### Fixed + +- forward extended call to sub-struct when #[transparent] is set [release] ([#41](https://github.com/centreon/rs-api-error/pull/41)) + ## [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 diff --git a/api-error/CHANGELOG.md b/api-error/CHANGELOG.md index 831458b..76fbcd1 100644 --- a/api-error/CHANGELOG.md +++ b/api-error/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.1.9](https://github.com/centreon/rs-api-error/compare/api-error-v0.1.8...api-error-v0.1.9) - 2026-07-28 + +### Fixed + +- forward extended call to sub-struct when #[transparent] is set [release] ([#41](https://github.com/centreon/rs-api-error/pull/41)) + ## [0.1.8](https://github.com/centreon/rs-api-error/compare/api-error-v0.1.7...api-error-v0.1.8) - 2026-05-20 ### Fixed