From d3f9275f7a67c3d437ec6be975f10ddc6e684f2e Mon Sep 17 00:00:00 2001 From: Nikolay Kim Date: Fri, 14 Mar 2025 20:07:57 +0500 Subject: [PATCH] Prep ntex release (#526) --- ntex/CHANGES.md | 4 ++++ ntex/Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ntex/CHANGES.md b/ntex/CHANGES.md index dc61776a..c2de75b2 100644 --- a/ntex/CHANGES.md +++ b/ntex/CHANGES.md @@ -1,5 +1,9 @@ # Changes +## [2.12.1] - 2025-03-14 + +* Allow to disable test logging (no-test-logging features) + ## [2.12.0] - 2025-03-12 * Add neon runtime support diff --git a/ntex/Cargo.toml b/ntex/Cargo.toml index e7d49ac8..0dfac797 100644 --- a/ntex/Cargo.toml +++ b/ntex/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ntex" -version = "2.12.0" +version = "2.12.1" authors = ["ntex contributors "] description = "Framework for composable network services" readme = "README.md"