You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: utoipa/CHANGELOG.md
+3-2
Original file line number
Diff line number
Diff line change
@@ -3,17 +3,18 @@
3
3
**`utoipa`** is in direct correlation with **`utoipa-gen`** ([CHANGELOG.md](../utoipa-gen/CHANGELOG.md)). You might want
4
4
to look into changes introduced to **`utoipa-gen`**.
5
5
6
-
## Unreleased
6
+
## 5.3.0 - Dec 19 2024
7
7
8
8
### Fixed
9
9
10
10
* Fix diverging axum route and openapi spec (https://github.com/juhaku/utoipa/pull/1199)
11
11
12
12
### Changed
13
13
14
+
* Migrate to `utoipa-gen``5.3.0` version (https://github.com/juhaku/utoipa/pull/1250)
14
15
* Use a re-exported `serde_json` dependency in macros instead of implicitly requiring it as dependency in end projects (https://github.com/juhaku/utoipa/pull/1243)
0 commit comments