Skip to content

Commit 022efbe

Browse files
committed
Version 0.18.1
1 parent 481ee9c commit 022efbe

File tree

5 files changed

+11
-6
lines changed

5 files changed

+11
-6
lines changed

β€ŽCHANGELOG.mdβ€Ž

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ 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.18.1 - 2025-09-08
8+
### Changed
9+
- rtc: optimize generated code size of dispatch functions
10+
- codec: update Postbag to 0.3.0 (fully compatible)
11+
712
## 0.18.0 - 2025-09-07
813
### Changed
914
- **BREAKING**: Default codec changed from JSON to Postbag for improved efficiency and

β€ŽCargo.lockβ€Ž

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

β€Ž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.18.0"
2+
version = "0.18.1"
33

44
edition = "2024"
55
rust-version = "1.89"

β€Žexamples/rtc/Cargo.lockβ€Ž

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

β€Žremoc/Cargo.tomlβ€Ž

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

5757

5858
[dependencies]
59-
remoc_macro = { version = "=0.18.0", path = "../remoc_macro", optional = true }
59+
remoc_macro = { version = "=0.18.1", path = "../remoc_macro", optional = true }
6060

6161
futures = { version = "0.3.31", default-features = false, features = ["std"] }
6262
tokio = { version = "1.43", features = ["macros", "rt", "sync", "time"] }

0 commit comments

Comments
Β (0)