utoipa-3.0.3
What's New 💎 🆕 🎉
This release introduces bug fixes and small improvements.
- (2d1f48d) Update next versions
- (3705e4e) Add description support for object field. (#492) @juhaku
- (e06d1ef) Improve description support on
ToSchema
fields (#490) @juhaku - (937db4c) Fix clippy lint
- (959f7cb) Fix function argument support for
#[utoipa::path]
(#489) @juhaku - (9098668) Update OpenApi derive docs and tests
- (3996389) Fix parsed version in info being ignored (#485) @Plebshot