diff --git a/Cargo.lock b/Cargo.lock index 7080986..6adbfbe 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4,7 +4,7 @@ version = 4 [[package]] name = "api-error" -version = "0.1.7" +version = "0.1.8" dependencies = [ "api-error-derive", "axum", @@ -18,7 +18,7 @@ dependencies = [ [[package]] name = "api-error-derive" -version = "0.1.7" +version = "0.1.8" dependencies = [ "proc-macro2", "quote", diff --git a/Cargo.toml b/Cargo.toml index 3438342..e39710b 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.7" +version = "0.1.8" license = "Apache-2.0" rust-version = "1.85" repository = "https://github.com/centreon/rs-api-error" diff --git a/api-error/CHANGELOG.md b/api-error/CHANGELOG.md index 5acd9bf..831458b 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.8](https://github.com/centreon/rs-api-error/compare/api-error-v0.1.7...api-error-v0.1.8) - 2026-05-20 + +### Fixed + +- fix response type [release] ([#31](https://github.com/centreon/rs-api-error/pull/31)) + ## [0.1.5](https://github.com/centreon/rs-api-error/compare/api-error-v0.1.4...api-error-v0.1.5) - 2026-05-19 ### Added