From 93df6154ad057c397f5ff4670a92a52e4b160d8c Mon Sep 17 00:00:00 2001 From: Uwe Klotz Date: Thu, 12 Dec 2024 23:07:43 +0100 Subject: [PATCH] Release v0.16.1 --- CHANGELOG.md | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 476f476..9d785a3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,7 @@ # Changelog -## v0.16.1 (Unreleased) +## v0.16.1 (2024-12-12) - Decoding of requests/responses: Disable max. PDU size checks for custom functions diff --git a/Cargo.toml b/Cargo.toml index bbbf863..918ea1b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ [package] name = "tokio-modbus" description = "Tokio-based Modbus library" -version = "0.16.0" +version = "0.16.1" authors = ["slowtec GmbH ", "Markus Kohlhase "] license = "MIT OR Apache-2.0" readme = "README.md"