Skip to content

Commit 75e5ac4

Browse files
committed
Version 0.11.5
1 parent f160490 commit 75e5ac4

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ All notable changes to Remoc will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## 0.11.5 - 2024-03-13
8+
### Added
9+
- watch channel: check() method on sender to check that no item-specific send errors
10+
have occurred
11+
- allow querying whether error is due to item being sent on all send error types
12+
713
## 0.11.4 - 2024-03-13
814
### Changed
915
- watch channel: fail sender if send error is caused by item being sent; this results

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[workspace.package]
2-
version = "0.11.4"
2+
version = "0.11.5"
33

44
edition = "2021"
55
rust-version = "1.72"

remoc/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ full-codecs = [
4040

4141

4242
[dependencies]
43-
remoc_macro = { version = "=0.11.4", path = "../remoc_macro", optional = true }
43+
remoc_macro = { version = "=0.11.5", path = "../remoc_macro", optional = true }
4444

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

0 commit comments

Comments
 (0)