Skip to content

Commit 827aa5f

Browse files
committed
razor-stream: Dump version 0.6.1
1 parent 564c7c4 commit 827aa5f

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2222

2323
- razor-rpc: Change AsyncEndpoint & BlockEndpoint from struct to helper trait.
2424

25+
- razor-stream: Simplify FailoverPool to break cycle ref. Add Clone for FailoverPool.
26+
2527
### Removed
2628

2729
- razor-rpc-macros: Drop the support of #[service] on impl block

stream/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "razor-stream"
3-
version = "0.5.1"
3+
version = "0.6.1"
44
edition = "2024"
55
authors = ["plan <frostyplanet@gmail.com>"]
66
categories = ["concurrency", "network-programming"]

0 commit comments

Comments
 (0)