Skip to content

Commit

Permalink
Release v0.13.5
Browse files Browse the repository at this point in the history
  • Loading branch information
jplatte committed Dec 21, 2024
1 parent 8b3010a commit dc90992
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions crates/aide/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## 0.13.5

- **added:** Implement `OperationHandler` for `axum::handler::Layered` ([#133])
- **added:** Implement `OperationInput` for `axum_extra::extract::JsonDeserializer` ([#151])
- **changed:** Make `impl tower::Service for ApiRouter` generic over the HTTP request body type ([#143])

[#133]: https://github.com/tamasfe/aide/pull/133
[#143]: https://github.com/tamasfe/aide/pull/143
[#151]: https://github.com/tamasfe/aide/pull/151

## 0.13.4 - 2024-04-14

[f473a8c](f473a8c98e1b41c8d67a4d25141ac12d57c5182a)...[bd273ad](bd273ad63df2245384a7b7e5951003aa60c53d72)
Expand Down
2 changes: 1 addition & 1 deletion crates/aide/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "aide"
version = "0.13.4"
version = "0.13.5"
authors = ["tamasfe"]
edition = "2021"
keywords = ["generate", "api", "openapi", "documentation", "specification"]
Expand Down

0 comments on commit dc90992

Please sign in to comment.