Skip to content

Commit a024aca

Browse files
authored
Chore update utoipa and utoipa-gen versions (#1415)
Prepare for utoipa and utoipa-gen release with new version.
1 parent 7bde710 commit a024aca

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

utoipa-gen/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog - utoipa-gen
22

3-
## Unreleased
3+
## 5.4.0 - Jun 16 2025
44

55
### Added
66

utoipa-gen/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "utoipa-gen"
33
description = "Code generation implementation for utoipa"
4-
version = "5.3.1"
4+
version = "5.4.0"
55
edition = "2021"
66
license = "MIT OR Apache-2.0"
77
readme = "README.md"

utoipa/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
**`utoipa`** is in direct correlation with **`utoipa-gen`** ([CHANGELOG.md](../utoipa-gen/CHANGELOG.md)). You might want
44
to look into changes introduced to **`utoipa-gen`**.
55

6-
## Unreleased
6+
## 5.4.0 - Jun 16 2025
77

88
### Added
99

utoipa/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "utoipa"
33
description = "Compile time generated OpenAPI documentation for Rust"
4-
version = "5.3.1"
4+
version = "5.4.0"
55
edition = "2021"
66
license = "MIT OR Apache-2.0"
77
readme = "README.md"
@@ -61,7 +61,7 @@ auto_into_responses = ["utoipa-gen?/auto_into_responses"]
6161
serde = { version = "1.0", features = ["derive"] }
6262
serde_json = { version = "1.0" }
6363
serde_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 }
6565
indexmap = { version = "2", features = ["serde"] }
6666

6767
[dev-dependencies]

0 commit comments

Comments
 (0)