From 08d9a8e25301411351c076597caefeb970a008be Mon Sep 17 00:00:00 2001 From: "tm-infra-robot[bot]" <174849669+tm-infra-robot[bot]@users.noreply.github.com> Date: Sat, 12 Oct 2024 15:26:43 +0000 Subject: [PATCH] chore(master): release 1.3.0 --- CHANGELOG.md | 13 +++++++++++++ pyproject.toml | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ca4f8ab..a30b8e3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [1.3.0](https://github.com/gavinying/modpoll/compare/v1.2.0...v1.3.0) (2024-10-12) + + +### Features + +* Support running multiple master instances ([#64](https://github.com/gavinying/modpoll/issues/64)) ([c44b597](https://github.com/gavinying/modpoll/commit/c44b597f45a1c9fd8b3b49562d74f959d21cd1f0)) + + +### Bug Fixes + +* Adjust delay to every loop iteration ([e368922](https://github.com/gavinying/modpoll/commit/e368922b925bcdf602d42716d2a72631f1134639)) +* Allow github action to read the PR title and add labels ([22cb7c8](https://github.com/gavinying/modpoll/commit/22cb7c8dce284675193865c8fe399320bb0f2636)) + ## [1.2.0](https://github.com/gavinying/modpoll/compare/v1.1.0...v1.2.0) (2024-08-25) diff --git a/pyproject.toml b/pyproject.toml index d64d73b..30f8771 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "modpoll" -version = "1.2.0" +version = "1.3.0" description = "A New Command-line Tool for Modbus and MQTT" authors = ["Ying Shaodong "] repository = "https://github.com/gavinying/modpoll"