Skip to content

Commit

Permalink
Version 0.3.33
Browse files Browse the repository at this point in the history
  • Loading branch information
Pauan committed Sep 7, 2023
1 parent a1738f7 commit 2a91d9c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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`.
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "futures-signals"
version = "0.3.32"
version = "0.3.33"
authors = ["Pauan <[email protected]>"]
description = "Zero cost FRP signals using the futures crate"
repository = "https://github.com/Pauan/rust-signals"
Expand Down

0 comments on commit 2a91d9c

Please sign in to comment.