From bb715f30b5c1519e46feffa10ef61da9e32d4596 Mon Sep 17 00:00:00 2001 From: Bo Jeanes Date: Fri, 9 Sep 2022 17:44:27 +1000 Subject: [PATCH] Add changelog --- modbus-mqtt/CHANGELOG.md | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 modbus-mqtt/CHANGELOG.md diff --git a/modbus-mqtt/CHANGELOG.md b/modbus-mqtt/CHANGELOG.md new file mode 100644 index 0000000..c91b471 --- /dev/null +++ b/modbus-mqtt/CHANGELOG.md @@ -0,0 +1,36 @@ +# Changelog + +All notable changes to this project will be documented in this file. + +The format is based on [Keep a Changelog], +and this project adheres to [Semantic Versioning]. + +## [Unreleased] + +- ... + +## [0.2.0] - 2022-09-09 + +### Changed + +- README better documents usage +- Massive refactor by @bjeanes in https://github.com/bjeanes/modbus-mqtt/pull/4 + +### Breaking + +- Topic paths have changed +- CLI options have changed (takes a single MQTT URL now) + +## [0.1.0] - 2022-08-30 + +- Initial release +- Basic support for monitoring a Modbus device and publishing register values to MQTT, including parsing numerics + + +[keep a changelog]: https://keepachangelog.com/en/1.0.0/ +[semantic versioning]: https://semver.org/spec/v2.0.0.html + + +[unreleased]: https://github.com/bjeanes/modbus-mqtt/compare/modbus-mqtt-v0.2.0...HEAD +[0.2.0]: https://github.com/bjeanes/modbus-mqtt/compare/modbus-mqtt-v0.1.0...modbus-mqtt-v0.2.0 +[0.1.0]: https://github.com/bjeanes/modbus-mqtt/releases/tag/modbus-mqtt-v0.1.0 \ No newline at end of file