Skip to content

Commit 770b14d

Browse files
committed
Version 0.18.2
1 parent 6d62d1d commit 770b14d

File tree

5 files changed

+10
-6
lines changed

5 files changed

+10
-6
lines changed

β€ŽCHANGELOG.mdβ€Ž

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ 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.2 - 2025-09-08
8+
### Changed
9+
- codec: update Postbag to 0.4.0 (fully compatible)
10+
711
## 0.18.1 - 2025-09-08
812
### Changed
913
- rtc: optimize generated code size of dispatch functions

β€Ž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.1"
2+
version = "0.18.2"
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.1", path = "../remoc_macro", optional = true }
59+
remoc_macro = { version = "=0.18.2", 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)