Skip to content

Commit

Permalink
Update next release versions (#1250)
Browse files Browse the repository at this point in the history
Update next release versions for utoipa, utoipa-gen, utoipa-axum and
utoipa-swagger-ui.
  • Loading branch information
juhaku authored Dec 19, 2024
1 parent de536e4 commit aa0d27f
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 11 deletions.
2 changes: 1 addition & 1 deletion utoipa-axum/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog - utoipa-axum

## Unreleased
## 0.1.3 - Dec 19 2024

### Changed

Expand Down
2 changes: 1 addition & 1 deletion utoipa-axum/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "utoipa-axum"
description = "Utoipa's axum bindings for seamless integration for the two"
version = "0.1.2"
version = "0.1.3"
edition = "2021"
license = "MIT OR Apache-2.0"
readme = "README.md"
Expand Down
4 changes: 2 additions & 2 deletions utoipa-gen/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog - utoipa-gen

## Unreleased
## 5.3.0 - Dec 19 2024

### Fixed

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

## 5.2.0 - Nov 2024
## 5.2.0 - Nov 2 2024

### Fixed

Expand Down
2 changes: 1 addition & 1 deletion utoipa-gen/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "utoipa-gen"
description = "Code generation implementation for utoipa"
version = "5.2.0"
version = "5.3.0"
edition = "2021"
license = "MIT OR Apache-2.0"
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion utoipa-swagger-ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog - utoipa-swagger-ui

## Unreleased
## 8.1.0 - Dec 19 2024

### Added

Expand Down
2 changes: 1 addition & 1 deletion utoipa-swagger-ui/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "utoipa-swagger-ui"
description = "Swagger UI for utoipa"
version = "8.0.3"
version = "8.1.0"
edition = "2021"
license = "MIT OR Apache-2.0"
readme = "README.md"
Expand Down
5 changes: 3 additions & 2 deletions utoipa/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,18 @@
**`utoipa`** is in direct correlation with **`utoipa-gen`** ([CHANGELOG.md](../utoipa-gen/CHANGELOG.md)). You might want
to look into changes introduced to **`utoipa-gen`**.

## Unreleased
## 5.3.0 - Dec 19 2024

### Fixed

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

### Changed

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

## 5.2.0 - Nov 2024
## 5.2.0 - Nov 2 2024

### Changed

Expand Down
4 changes: 2 additions & 2 deletions utoipa/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "utoipa"
description = "Compile time generated OpenAPI documentation for Rust"
version = "5.2.0"
version = "5.3.0"
edition = "2021"
license = "MIT OR Apache-2.0"
readme = "README.md"
Expand Down Expand Up @@ -52,7 +52,7 @@ auto_into_responses = ["utoipa-gen?/auto_into_responses"]
serde = { version = "1.0", features = ["derive"] }
serde_json = { version = "1.0" }
serde_yaml = { version = "0.9", optional = true }
utoipa-gen = { version = "5.2.0", path = "../utoipa-gen", optional = true }
utoipa-gen = { version = "5.3.0", path = "../utoipa-gen", optional = true }
indexmap = { version = "2", features = ["serde"] }

[dev-dependencies]
Expand Down

0 comments on commit aa0d27f

Please sign in to comment.