From a7135403583ad0a65a214cf07eee28adc8115c5f Mon Sep 17 00:00:00 2001 From: Uwe Klotz Date: Wed, 4 Dec 2024 11:21:02 +0100 Subject: [PATCH] Release v0.16.0 --- CHANGELOG.md | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fb88dee..5aebf6b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,7 @@ # Changelog -## v0.16.0 (Unreleased) +## v0.16.0 (2024-12-04) - Encoding of requests: Less allocations - Decoding of requests/responses: More strict validation diff --git a/Cargo.toml b/Cargo.toml index 2365af5..bbbf863 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ [package] name = "tokio-modbus" description = "Tokio-based Modbus library" -version = "0.15.0" +version = "0.16.0" authors = ["slowtec GmbH ", "Markus Kohlhase "] license = "MIT OR Apache-2.0" readme = "README.md"