File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change 11# Changelog
22All notable changes to this project will be documented in this file.
33
4+ ## [ 0.3.1] - 2025-08-25
5+ ### Added
6+ - Implemented ` axum::response::IntoResponse ` for ` AppError ` (behind the ` axum ` feature).
7+ This allows using ` AppError ` directly as a rejection type in Axum extractors and handlers.
8+
9+ ### Notes
10+ - The implementation delegates to ` ErrorResponse ` to ensure a single, stable wire contract.
11+
412## [ 0.3.0] - 2025-08-24
513### Added
614- ` AppCode ` — stable machine-readable error code (part of the wire contract).
@@ -42,6 +50,7 @@ All notable changes to this project will be documented in this file.
4250- ** MSRV:** 1.89
4351- ** No unsafe:** the crate forbids ` unsafe ` .
4452
53+ [ 0.3.1 ] : https://github.com/RAprogramm/masterror/releases/tag/v0.3.1
4554[ 0.3.0 ] : https://github.com/RAprogramm/masterror/releases/tag/v0.3.0
4655[ 0.2.1 ] : https://github.com/RAprogramm/masterror/releases/tag/v0.2.1
4756[ 0.2.0 ] : https://github.com/RAprogramm/masterror/releases/tag/v0.2.0
You can’t perform that action at this time.
0 commit comments