Bump to v0.4.0
This commit is contained in:
10
CHANGELOG.md
10
CHANGELOG.md
@@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
|
_nothing changed yet_
|
||||||
|
|
||||||
|
|
||||||
|
## [v0.4.0] (2025-01-29)
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
- Small CLI client for Modbus communication.
|
- 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
|
### 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
|
### 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.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.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
|
[v0.3.0]: https://github.com/AM-WD/AMWD.Protocols.Modbus/compare/v0.2.0...v0.3.0
|
||||||
|
|||||||
@@ -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.
|
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]
|
### [Serial]
|
||||||
|
|
||||||
This package contains some wrappers and implementations for the serial protocol.
|
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
|
[see here]: https://github.com/andreasAMmueller/Modbus
|
||||||
[Common]: AMWD.Protocols.Modbus.Common/README.md
|
[Common]: AMWD.Protocols.Modbus.Common/README.md
|
||||||
[Proxy]: AMWD.Protocols.Modbus.Proxy/README.md
|
|
||||||
[Serial]: AMWD.Protocols.Modbus.Serial/README.md
|
[Serial]: AMWD.Protocols.Modbus.Serial/README.md
|
||||||
[TCP]: AMWD.Protocols.Modbus.Tcp/README.md
|
[TCP]: AMWD.Protocols.Modbus.Tcp/README.md
|
||||||
[MIT License]: LICENSE.txt
|
[MIT License]: LICENSE.txt
|
||||||
|
|||||||
Reference in New Issue
Block a user