Skip to content

Commit aa0d27f

Browse files
authored
Update next release versions (#1250)
Update next release versions for utoipa, utoipa-gen, utoipa-axum and utoipa-swagger-ui.
1 parent de536e4 commit aa0d27f

File tree

8 files changed

+12
-11
lines changed

8 files changed

+12
-11
lines changed

utoipa-axum/CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog - utoipa-axum
22

3-
## Unreleased
3+
## 0.1.3 - Dec 19 2024
44

55
### Changed
66

utoipa-axum/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "utoipa-axum"
33
description = "Utoipa's axum bindings for seamless integration for the two"
4-
version = "0.1.2"
4+
version = "0.1.3"
55
edition = "2021"
66
license = "MIT OR Apache-2.0"
77
readme = "README.md"

utoipa-gen/CHANGELOG.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog - utoipa-gen
22

3-
## Unreleased
3+
## 5.3.0 - Dec 19 2024
44

55
### Fixed
66

@@ -20,7 +20,7 @@
2020
* Simplified `ToTokensDiagnostics` for `request_body` (https://github.com/juhaku/utoipa/pull/1235)
2121
* `Info::from_env()` sets `License::identifier` (https://github.com/juhaku/utoipa/pull/1233)
2222

23-
## 5.2.0 - Nov 2024
23+
## 5.2.0 - Nov 2 2024
2424

2525
### Fixed
2626

utoipa-gen/Cargo.toml

+1-1
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.2.0"
4+
version = "5.3.0"
55
edition = "2021"
66
license = "MIT OR Apache-2.0"
77
readme = "README.md"

utoipa-swagger-ui/CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog - utoipa-swagger-ui
22

3-
## Unreleased
3+
## 8.1.0 - Dec 19 2024
44

55
### Added
66

utoipa-swagger-ui/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "utoipa-swagger-ui"
33
description = "Swagger UI for utoipa"
4-
version = "8.0.3"
4+
version = "8.1.0"
55
edition = "2021"
66
license = "MIT OR Apache-2.0"
77
readme = "README.md"

utoipa/CHANGELOG.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,18 @@
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.3.0 - Dec 19 2024
77

88
### Fixed
99

1010
* Fix diverging axum route and openapi spec (https://github.com/juhaku/utoipa/pull/1199)
1111

1212
### Changed
1313

14+
* Migrate to `utoipa-gen` `5.3.0` version (https://github.com/juhaku/utoipa/pull/1250)
1415
* 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)
1516

16-
## 5.2.0 - Nov 2024
17+
## 5.2.0 - Nov 2 2024
1718

1819
### Changed
1920

utoipa/Cargo.toml

+2-2
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.2.0"
4+
version = "5.3.0"
55
edition = "2021"
66
license = "MIT OR Apache-2.0"
77
readme = "README.md"
@@ -52,7 +52,7 @@ auto_into_responses = ["utoipa-gen?/auto_into_responses"]
5252
serde = { version = "1.0", features = ["derive"] }
5353
serde_json = { version = "1.0" }
5454
serde_yaml = { version = "0.9", optional = true }
55-
utoipa-gen = { version = "5.2.0", path = "../utoipa-gen", optional = true }
55+
utoipa-gen = { version = "5.3.0", path = "../utoipa-gen", optional = true }
5656
indexmap = { version = "2", features = ["serde"] }
5757

5858
[dev-dependencies]

0 commit comments

Comments
 (0)