Skip to content

Commit c29da57

Browse files
committed
docs: update changelog for 0.3.1 (IntoResponse for AppError)
1 parent 77dbd82 commit c29da57

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
# Changelog
22
All 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

0 commit comments

Comments
 (0)