Skip to content

Commit

Permalink
Update.
Browse files Browse the repository at this point in the history
  • Loading branch information
ar37-rs committed Sep 27, 2022
1 parent cad588d commit f74d6c5
Show file tree
Hide file tree
Showing 3 changed files with 366 additions and 247 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
# Changelog
## [4.6.1] - 2022-9-27
- Make Flower uncloneable to avoid any kind of data races, added FlowerState as alternative.
- Internal only: Replace `Option<S, R>` with `TypeOpt<S, R>` managing value of the sync (mtx) state.

## [4.6.0] - 2022-9-26
- Added 'set_result` and `try_result` fn for more simpler error handling.
- Added `IOError` type alias
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 = "flowync"
version = "4.6.0"
version = "4.6.1"
authors = ["Ar37-rs <[email protected]>"]
edition = "2021"
description = "A simple utility for multithreading a/synchronization"
Expand Down
Loading

0 comments on commit f74d6c5

Please sign in to comment.