Skip to content

Commit 6d0e500

Browse files
committed
Merge branch 'v0.15.x'
2 parents c30462a + ce9cfd4 commit 6d0e500

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

crates/aide/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Changelog
22

3+
## 0.15.1
4+
5+
- **fixed:** Serialization of SchemaObject with boolean json_schema ([#238])
6+
- **added:** Typed routing `*_with` ([#232])
7+
- **added:** Support for `axum_extra::extract::Host` ([#236])
8+
9+
[#232]: https://github.com/tamasfe/aide/pull/232
10+
[#236]: https://github.com/tamasfe/aide/pull/236
11+
[#238]: https://github.com/tamasfe/aide/pull/238
12+
313
## 0.15.0
414

515
- **added:** Basic `axum` `TypedPath` support and `TypedPath<T>` description from `T` doc comment([#212])

crates/aide/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "aide"
3-
version = "0.15.0"
3+
version = "0.15.1"
44
authors = ["tamasfe"]
55
edition = "2021"
66
keywords = ["generate", "api", "openapi", "documentation", "specification"]

0 commit comments

Comments
 (0)