diff --git a/utoipa-rapidoc/CHANGELOG.md b/utoipa-rapidoc/CHANGELOG.md index b9ed1123..92bc596c 100644 --- a/utoipa-rapidoc/CHANGELOG.md +++ b/utoipa-rapidoc/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog - utoipa-rapidoc +## 6.0.0 - Thu 16 2025 + +### Changed + +* Re-release 5.0.1 since axum upgrade is a breaking change + ## 5.0.1 - Jan 6 2025 ### Changed diff --git a/utoipa-rapidoc/Cargo.toml b/utoipa-rapidoc/Cargo.toml index b08690e3..cf359703 100644 --- a/utoipa-rapidoc/Cargo.toml +++ b/utoipa-rapidoc/Cargo.toml @@ -2,7 +2,7 @@ name = "utoipa-rapidoc" description = "RapiDoc for utoipa" edition = "2021" -version = "5.0.1" +version = "6.0.0" license = "MIT OR Apache-2.0" readme = "README.md" keywords = ["rapidoc", "openapi", "documentation"] diff --git a/utoipa-rapidoc/README.md b/utoipa-rapidoc/README.md index ad33ea95..f998670e 100644 --- a/utoipa-rapidoc/README.md +++ b/utoipa-rapidoc/README.md @@ -24,13 +24,13 @@ You may find fullsize examples from utoipa's Github [repository][examples]. Use RapiDoc only without any boiler plate implementation. ```toml [dependencies] -utoipa-rapidoc = "5" +utoipa-rapidoc = "6" ``` Enable actix-web integration with RapiDoc. ```toml [dependencies] -utoipa-rapidoc = { version = "5", features = ["actix-web"] } +utoipa-rapidoc = { version = "6", features = ["actix-web"] } ``` # Using standalone diff --git a/utoipa-rapidoc/src/lib.rs b/utoipa-rapidoc/src/lib.rs index 9776f1c7..2459e2ca 100644 --- a/utoipa-rapidoc/src/lib.rs +++ b/utoipa-rapidoc/src/lib.rs @@ -20,13 +20,13 @@ //! Use RapiDoc only without any boiler plate implementation. //! ```toml //! [dependencies] -//! utoipa-rapidoc = "4" +//! utoipa-rapidoc = "6" //! ``` //! //! Enable actix-web integration with RapiDoc. //! ```toml //! [dependencies] -//! utoipa-rapidoc = { version = "4", features = ["actix-web"] } +//! utoipa-rapidoc = { version = "6", features = ["actix-web"] } //! ``` //! //! # Using standalone diff --git a/utoipa-redoc/CHANGELOG.md b/utoipa-redoc/CHANGELOG.md index 2978c662..c253eca1 100644 --- a/utoipa-redoc/CHANGELOG.md +++ b/utoipa-redoc/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog - utoipa-redoc +## 6.0.0 - Thu 16 2025 + +### Changed + +* Re-release 5.0.1 since axum upgrade is a breaking change + ## 5.0.1 - Jan 6 2025 ### Changed diff --git a/utoipa-redoc/Cargo.toml b/utoipa-redoc/Cargo.toml index c1075f62..5c9a9b57 100644 --- a/utoipa-redoc/Cargo.toml +++ b/utoipa-redoc/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "utoipa-redoc" description = "Redoc for utoipa" -version = "5.0.1" +version = "6.0.0" edition = "2021" license = "MIT OR Apache-2.0" readme = "README.md" diff --git a/utoipa-redoc/README.md b/utoipa-redoc/README.md index 7dce18d5..7ce2ec83 100644 --- a/utoipa-redoc/README.md +++ b/utoipa-redoc/README.md @@ -24,13 +24,13 @@ You may find fullsize examples from utoipa's Github [repository][examples]. Use Redoc only without any boiler plate implementation. ```toml [dependencies] -utoipa-redoc = "5" +utoipa-redoc = "6" ``` Enable actix-web integration with Redoc. ```toml [dependencies] -utoipa-redoc = { version = "5", features = ["actix-web"] } +utoipa-redoc = { version = "6", features = ["actix-web"] } ``` # Using standalone diff --git a/utoipa-redoc/src/lib.rs b/utoipa-redoc/src/lib.rs index ac338a9f..e4063aab 100644 --- a/utoipa-redoc/src/lib.rs +++ b/utoipa-redoc/src/lib.rs @@ -20,13 +20,13 @@ //! Use Redoc only without any boiler plate implementation. //! ```toml //! [dependencies] -//! utoipa-redoc = "4" +//! utoipa-redoc = "6" //! ``` //! //! Enable actix-web integration with Redoc. //! ```toml //! [dependencies] -//! utoipa-redoc = { version = "4", features = ["actix-web"] } +//! utoipa-redoc = { version = "6", features = ["actix-web"] } //! ``` //! //! # Using standalone diff --git a/utoipa-scalar/CHANAGELOG.md b/utoipa-scalar/CHANAGELOG.md index 269d79ad..355abcfa 100644 --- a/utoipa-scalar/CHANAGELOG.md +++ b/utoipa-scalar/CHANAGELOG.md @@ -1,5 +1,11 @@ # Changelog - utoipa-scalar +## 0.3.0 - Thu 16 2025 + +### Changed + +* Re-release 0.2.1 since axum upgrade is a breaking change + ## 0.2.1 - Jan 6 2025 ### Changed diff --git a/utoipa-scalar/Cargo.toml b/utoipa-scalar/Cargo.toml index f4073cf8..9dd3cab3 100644 --- a/utoipa-scalar/Cargo.toml +++ b/utoipa-scalar/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "utoipa-scalar" description = "Scalar for utoipa" -version = "0.2.1" +version = "0.3.0" edition = "2021" license = "MIT OR Apache-2.0" readme = "README.md" diff --git a/utoipa-scalar/README.md b/utoipa-scalar/README.md index 3f657a51..f63502c7 100644 --- a/utoipa-scalar/README.md +++ b/utoipa-scalar/README.md @@ -24,13 +24,13 @@ You may find fullsize examples from utoipa's Github [repository][examples]. Use Scalar only without any boiler plate implementation. ```toml [dependencies] -utoipa-scalar = "0.2" +utoipa-scalar = "0.3" ``` Enable actix-web integration with Scalar. ```toml [dependencies] -utoipa-scalar = { version = "0.2", features = ["actix-web"] } +utoipa-scalar = { version = "0.3", features = ["actix-web"] } ``` # Using standalone diff --git a/utoipa-scalar/src/lib.rs b/utoipa-scalar/src/lib.rs index 09148364..64913470 100644 --- a/utoipa-scalar/src/lib.rs +++ b/utoipa-scalar/src/lib.rs @@ -20,13 +20,13 @@ //! Use Scalar only without any boiler plate implementation. //! ```toml //! [dependencies] -//! utoipa-scalar = "0.1" +//! utoipa-scalar = "0.3" //! ``` //! //! Enable actix-web integration with Scalar. //! ```toml //! [dependencies] -//! utoipa-scalar = { version = "0.1", features = ["actix-web"] } +//! utoipa-scalar = { version = "0.3", features = ["actix-web"] } //! ``` //! //! # Using standalone diff --git a/utoipa-swagger-ui/CHANGELOG.md b/utoipa-swagger-ui/CHANGELOG.md index 7d02636b..7e561d16 100644 --- a/utoipa-swagger-ui/CHANGELOG.md +++ b/utoipa-swagger-ui/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog - utoipa-swagger-ui +## 9.0.0 - Thu 16 2025 + +### Changed + +* Re-release 8.1.1 since axum upgrade is a breaking change + ## 8.1.1 - Jan 6 2025 ### Changed diff --git a/utoipa-swagger-ui/Cargo.toml b/utoipa-swagger-ui/Cargo.toml index 5dd8a4f1..2d69975b 100644 --- a/utoipa-swagger-ui/Cargo.toml +++ b/utoipa-swagger-ui/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "utoipa-swagger-ui" description = "Swagger UI for utoipa" -version = "8.1.1" +version = "9.0.0" edition = "2021" license = "MIT OR Apache-2.0" readme = "README.md" diff --git a/utoipa-swagger-ui/README.md b/utoipa-swagger-ui/README.md index 71ee06ea..04352da7 100644 --- a/utoipa-swagger-ui/README.md +++ b/utoipa-swagger-ui/README.md @@ -43,14 +43,14 @@ Use only the raw types without any boilerplate implementation. ```toml [dependencies] -utoipa-swagger-ui = "8" +utoipa-swagger-ui = "9" ``` Enable actix-web framework with Swagger UI you could define the dependency as follows. ```toml [dependencies] -utoipa-swagger-ui = { version = "8", features = ["actix-web"] } +utoipa-swagger-ui = { version = "9", features = ["actix-web"] } ``` **Note!** Also remember that you already have defined `utoipa` dependency in your `Cargo.toml` diff --git a/utoipa-swagger-ui/src/lib.rs b/utoipa-swagger-ui/src/lib.rs index 7697ca87..35e5bebe 100644 --- a/utoipa-swagger-ui/src/lib.rs +++ b/utoipa-swagger-ui/src/lib.rs @@ -37,13 +37,13 @@ //! Use only the raw types without any boiler plate implementation. //! ```toml //! [dependencies] -//! utoipa-swagger-ui = "8" +//! utoipa-swagger-ui = "9" //! ``` //! //! Enable actix-web framework with Swagger UI you could define the dependency as follows. //! ```toml //! [dependencies] -//! utoipa-swagger-ui = { version = "8", features = ["actix-web"] } +//! utoipa-swagger-ui = { version = "9", features = ["actix-web"] } //! ``` //! //! **Note!** Also remember that you already have defined `utoipa` dependency in your `Cargo.toml`