Skip to content

Commit c868d67

Browse files
committed
Release v0.2.0
1 parent 2d86d92 commit c868d67

2 files changed

Lines changed: 10 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,15 @@
33

44
# Changelog
55

6+
## v0.2.0 (2025-09-30)
7+
8+
- Added TCP client implementation
9+
- Added `defmt` feature
10+
- Added payload slice accessor to `Data`
11+
- Made `MAX_FRAME_LEN` public
12+
- Fixed compilation if `rtu` feature is disabled
13+
- Switched to MSRV 1.85.0 and Edition 2024
14+
615
## v0.1.1 (2025-02-23)
716

817
- Added Modbus RTU client implementation

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
[package]
55
name = "modbus-core"
66
description = "Modbus base library"
7-
version = "0.1.1"
7+
version = "0.2.0"
88
authors = ["slowtec GmbH", "Markus Kohlhase <markus.kohlhase@slowtec.de>"]
99
license = "MIT OR Apache-2.0"
1010
keywords = ["fieldbus", "modbus", "hardware", "automation"]

0 commit comments

Comments
 (0)