Skip to content

Commit 80d2043

Browse files
committed
razor-rpc & razor-stream: Dump version 0.7.0
1 parent 45f0d6d commit 80d2043

3 files changed

Lines changed: 12 additions & 2 deletions

File tree

CHANGELOG.md

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

1414
### Changed
1515

16+
## [0.7.0] - 2026-03-14
17+
18+
### Changed
19+
20+
- ClientFacts & ServerFacts no lonnger inherits orb::AsyncRuntime.
21+
22+
- All ClientCaller use explicit runtime parameter to spawn.
23+
24+
- Server listen and close need explicit runtime parameter.
25+
1626
## [0.6.0] - 2026-03-13
1727

1828
### Changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ members = ["codec", "macros", "stream", "stream/macros", "transport/tcp", "trans
33

44
[package]
55
name = "razor-rpc"
6-
version = "0.6.0"
6+
version = "0.7.0"
77
edition = "2024"
88
authors = ["plan <frostyplanet@gmail.com>"]
99
categories = ["concurrency", "network-programming"]

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.6.1"
3+
version = "0.7.0"
44
edition = "2024"
55
authors = ["plan <frostyplanet@gmail.com>"]
66
categories = ["concurrency", "network-programming"]

0 commit comments

Comments
 (0)