Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@

# Changelog

## v0.2.0 (2025-09-30)

- Added TCP client implementation
- Added `defmt` feature
- Added payload slice accessor to `Data`
- Made `MAX_FRAME_LEN` public
- Fixed compilation if `rtu` feature is disabled
- Switched to MSRV 1.85.0 and Edition 2024

## v0.1.1 (2025-02-23)

- Added Modbus RTU client implementation
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
[package]
name = "modbus-core"
description = "Modbus base library"
version = "0.1.1"
version = "0.2.0"
authors = ["slowtec GmbH", "Markus Kohlhase <markus.kohlhase@slowtec.de>"]
license = "MIT OR Apache-2.0"
keywords = ["fieldbus", "modbus", "hardware", "automation"]
Expand Down
Loading