From f15e313d53841a2db3be2bbd3dada3a5cd4649bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20S=C3=A9verin?= Date: Fri, 8 Nov 2024 10:09:16 +0000 Subject: [PATCH] Updated readme and bumped version of utoipa-actix-web --- utoipa-actix-web/CHANGELOG.md | 6 ++++++ utoipa-actix-web/Cargo.toml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/utoipa-actix-web/CHANGELOG.md b/utoipa-actix-web/CHANGELOG.md index d1d6f8a4..2572d68e 100644 --- a/utoipa-actix-web/CHANGELOG.md +++ b/utoipa-actix-web/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog - utoipa-actix-web +## 0.1.2 - Nov 8 2024 + +### Added + +* Add passthrough for `Scope::wrap` (https://github.com/juhaku/utoipa/pull/1196) + ## 0.1.1 - Oct 30 2024 ### Changed diff --git a/utoipa-actix-web/Cargo.toml b/utoipa-actix-web/Cargo.toml index c23e0ab0..5d2055e5 100644 --- a/utoipa-actix-web/Cargo.toml +++ b/utoipa-actix-web/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "utoipa-actix-web" description = "Utoipa's actix-web bindings for seamless integration of the two" -version = "0.1.1" +version = "0.1.2" edition = "2021" license = "MIT OR Apache-2.0" readme = "README.md"