From 83a3a2dcd2b5258ffeab295f34aa5d1c4d731350 Mon Sep 17 00:00:00 2001 From: Juha Kukkonen Date: Mon, 21 Oct 2024 22:21:12 +0300 Subject: [PATCH] Update next release versions --- utoipa-swagger-ui/CHANGELOG.md | 6 ++++++ utoipa-swagger-ui/Cargo.toml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/utoipa-swagger-ui/CHANGELOG.md b/utoipa-swagger-ui/CHANGELOG.md index 968419f5..ab604567 100644 --- a/utoipa-swagger-ui/CHANGELOG.md +++ b/utoipa-swagger-ui/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog - utoipa-swagger-ui +## 8.0.2 - Oct 21 2024 + +### Fixed + +* Fix regression due to a985d8c1340f80ab69b2b0e5de799df98d567732 (https://github.com/juhaku/utoipa/pull/1155) + ## 8.0.1 - Oct 16 2024 ### Changed diff --git a/utoipa-swagger-ui/Cargo.toml b/utoipa-swagger-ui/Cargo.toml index 2fe9b9a7..7e110e2b 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.0.1" +version = "8.0.2" edition = "2021" license = "MIT OR Apache-2.0" readme = "README.md"