Skip to content

Commit ed4ba52

Browse files
committed
bump to 0.3.6
1 parent f4d80c5 commit ed4ba52

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
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 the `Serial Monitor` crate will be documented in this fil
44

55
## Unreleased 0.4.x
66

7+
* ...
8+
9+
## 0.3.6 - 29.9.2025
10+
711
* Switched to `crossbeam-channel` for more efficient channel routing
812
* removed many `.clone()` calls to reduce CPU load
913
* Fixed sample rate / disconnect issue

Cargo.lock

Lines changed: 1 addition & 1 deletion
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,6 +1,6 @@
11
[package]
22
name = "serial-monitor-rust"
3-
version = "0.3.5"
3+
version = "0.3.6"
44
edition = "2021"
55
authors = ["Linus Leo Stöckli"]
66
description = "Serial Monitor and Plotter written in rust."

0 commit comments

Comments
 (0)