Skip to content

Commit 9e856e0

Browse files
committed
Version 0.18.3
1 parent 04ab166 commit 9e856e0

File tree

6 files changed

+117
-77
lines changed

6 files changed

+117
-77
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.3 - 2025-09-19
8+
### Added
9+
- robs: added remotely observable VecDeque
10+
711
## 0.18.2 - 2025-09-08
812
### Changed
913
- codec: update Postbag to 0.4.0 (fully compatible)

Cargo.lock

Lines changed: 63 additions & 43 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.2"
2+
version = "0.18.3"
33

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

0 commit comments

Comments
 (0)