From eaec50d8a26016184fcc1c3956a0f1b602431d05 Mon Sep 17 00:00:00 2001 From: Nikolay Kim Date: Sat, 22 Mar 2025 22:17:59 +0100 Subject: [PATCH] Prepare release (#538) --- ntex/CHANGES.md | 4 +++- ntex/Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/ntex/CHANGES.md b/ntex/CHANGES.md index 2e6b077e..cb75aabc 100644 --- a/ntex/CHANGES.md +++ b/ntex/CHANGES.md @@ -1,6 +1,8 @@ # Changes -## [2.12.3] - 2025-03-xx +## [2.12.3] - 2025-03-22 + +* web: Export web::app_service::AppService #534 * http: Add delay for test server availability, could cause connect race diff --git a/ntex/Cargo.toml b/ntex/Cargo.toml index d8cbdd26..5cd86a12 100644 --- a/ntex/Cargo.toml +++ b/ntex/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ntex" -version = "2.12.2" +version = "2.12.3" authors = ["ntex contributors "] description = "Framework for composable network services" readme = "README.md"