Skip to content

Commit

Permalink
Version 0.11.4
Browse files Browse the repository at this point in the history
  • Loading branch information
surban committed Mar 13, 2024
1 parent a4e92c4 commit a2dff96
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ All notable changes to Remoc will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## 0.11.4 - 2024-03-13
### Changed
- watch channel: fail sender if send error is caused by item being sent; this results
in subsequent send calls to fail, making the error visible to the caller
- docs: clarify that mpsc and watch channel error reporting may be delayed

## 0.11.3 - 2023-11-08
### Fixed
- build with no enabled features
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[workspace.package]
version = "0.11.3"
version = "0.11.4"

edition = "2021"
rust-version = "1.72"
Expand Down
2 changes: 1 addition & 1 deletion remoc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ full-codecs = [


[dependencies]
remoc_macro = { version = "=0.11.3", path = "../remoc_macro", optional = true }
remoc_macro = { version = "=0.11.4", path = "../remoc_macro", optional = true }

futures = "0.3"
tokio = { version = "1.32", features = ["macros", "rt", "sync", "time"] }
Expand Down

0 comments on commit a2dff96

Please sign in to comment.