File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Changelog - utoipa-gen
22
3- ## Unreleased
3+ ## 5.4.0 - Jun 16 2025
44
55### Added
66
Original file line number Diff line number Diff line change 11[package ]
22name = " utoipa-gen"
33description = " Code generation implementation for utoipa"
4- version = " 5.3.1 "
4+ version = " 5.4.0 "
55edition = " 2021"
66license = " MIT OR Apache-2.0"
77readme = " README.md"
Original file line number Diff line number Diff line change 33** ` utoipa ` ** is in direct correlation with ** ` utoipa-gen ` ** ([ CHANGELOG.md] ( ../utoipa-gen/CHANGELOG.md ) ). You might want
44to look into changes introduced to ** ` utoipa-gen ` ** .
55
6- ## Unreleased
6+ ## 5.4.0 - Jun 16 2025
77
88### Added
99
Original file line number Diff line number Diff line change 11[package ]
22name = " utoipa"
33description = " Compile time generated OpenAPI documentation for Rust"
4- version = " 5.3.1 "
4+ version = " 5.4.0 "
55edition = " 2021"
66license = " MIT OR Apache-2.0"
77readme = " README.md"
@@ -61,7 +61,7 @@ auto_into_responses = ["utoipa-gen?/auto_into_responses"]
6161serde = { version = " 1.0" , features = [" derive" ] }
6262serde_json = { version = " 1.0" }
6363serde_norway = {version = " 0.9.42" , optional = true }
64- utoipa-gen = { version = " 5.3.1 " , path = " ../utoipa-gen" , optional = true }
64+ utoipa-gen = { version = " 5.4.0 " , path = " ../utoipa-gen" , optional = true }
6565indexmap = { version = " 2" , features = [" serde" ] }
6666
6767[dev-dependencies ]
You can’t perform that action at this time.
0 commit comments