From 2a91d9c14dba857e3888f8764f3fa0883e8575fe Mon Sep 17 00:00:00 2001 From: Pauan Date: Thu, 7 Sep 2023 09:07:43 -0700 Subject: [PATCH] Version 0.3.33 --- CHANGELOG.md | 5 +++-- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1107e45..ebad39b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,6 @@ -## next: 0.3.33 - ? -* Added `From` impls. for the mutable types +## 0.3.33 - (2023-09-07) +* Adding `From` impls for the `Mutable*` types. +* Adding in `SignalExt::stop_if` method. ## 0.3.32 - (2023-03-17) * Fixing bug with `SignalExt::switch_signal_vec`. diff --git a/Cargo.toml b/Cargo.toml index 5179c70..1dcea17 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "futures-signals" -version = "0.3.32" +version = "0.3.33" authors = ["Pauan "] description = "Zero cost FRP signals using the futures crate" repository = "https://github.com/Pauan/rust-signals"