From 8b3441f6dde3f43ddaefa5cbe1cb541a74a0d9e0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Wed, 29 Jan 2025 00:17:48 +0100 Subject: [PATCH] Bump to v0.4.0 --- CHANGELOG.md | 10 ++++++++-- README.md | 6 ------ 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d549998..f21c1ff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +_nothing changed yet_ + + +## [v0.4.0] (2025-01-29) + ### Added - Small CLI client for Modbus communication. @@ -22,7 +27,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Removed -- The `AMWD.Protocols.Modbus.Proxy` (introduced in [v0.3.0]) has been removed. +- Discontinue the `AMWD.Protocols.Modbus.Proxy` package (introduced in [v0.3.0]). ### Fixed @@ -72,7 +77,8 @@ So this tag is only here for documentation purposes of the NuGet Gallery. -[Unreleased]: https://github.com/AM-WD/AMWD.Protocols.Modbus/compare/v0.3.2...HEAD +[Unreleased]: https://github.com/AM-WD/AMWD.Protocols.Modbus/compare/v0.4.0...HEAD +[v0.4.0]: https://github.com/AM-WD/AMWD.Protocols.Modbus/compare/v0.3.2...v0.4.0 [v0.3.2]: https://github.com/AM-WD/AMWD.Protocols.Modbus/compare/v0.3.1...v0.3.2 [v0.3.1]: https://github.com/AM-WD/AMWD.Protocols.Modbus/compare/v0.3.0...v0.3.1 [v0.3.0]: https://github.com/AM-WD/AMWD.Protocols.Modbus/compare/v0.2.0...v0.3.0 diff --git a/README.md b/README.md index 0db8f02..73eb4b2 100644 --- a/README.md +++ b/README.md @@ -20,11 +20,6 @@ For example the default protocol versions: `TCP`, `RTU` and `ASCII`. With this package you'll have anything you need to create your own client implementations. -### [Proxy] - -The package contains a TCP and a RTU server implementation as proxy which contains a client of your choice to connect to. - - ### [Serial] This package contains some wrappers and implementations for the serial protocol. @@ -47,7 +42,6 @@ Published under [MIT License] (see [choose a license]) [see here]: https://github.com/andreasAMmueller/Modbus [Common]: AMWD.Protocols.Modbus.Common/README.md -[Proxy]: AMWD.Protocols.Modbus.Proxy/README.md [Serial]: AMWD.Protocols.Modbus.Serial/README.md [TCP]: AMWD.Protocols.Modbus.Tcp/README.md [MIT License]: LICENSE.txt