diff --git a/ntex-rt/CHANGES.md b/ntex-rt/CHANGES.md index 415bea7e..9ac47713 100644 --- a/ntex-rt/CHANGES.md +++ b/ntex-rt/CHANGES.md @@ -1,5 +1,9 @@ # Changes +## [0.4.26] - 2025-03-10 + +* Add Arbiter::spawn_with() + ## [0.4.25] - 2025-03-10 * Add "ntex-runtime" support diff --git a/ntex-rt/Cargo.toml b/ntex-rt/Cargo.toml index 1967fd6f..3caa90d4 100644 --- a/ntex-rt/Cargo.toml +++ b/ntex-rt/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ntex-rt" -version = "0.4.25" +version = "0.4.26" authors = ["ntex contributors "] description = "ntex runtime" keywords = ["network", "framework", "async", "futures"]