From ac603b04db421fe2e0b1aaf255174d832a47cdcd Mon Sep 17 00:00:00 2001 From: "tm-infra-robot[bot]" <174849669+tm-infra-robot[bot]@users.noreply.github.com> Date: Wed, 19 Aug 2026 02:49:15 +0000 Subject: [PATCH] chore(main): release 1.6.1 --- CHANGELOG.md | 8 ++++++++ pyproject.toml | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 78f08eb..5a9cba6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [1.6.1](https://github.com/gavinying/modpoll/compare/v1.6.0...v1.6.1) (2026-08-19) + + +### Bug Fixes + +* Fail fast on Poetry lock drift and invalidate stale CI venv caches ([#107](https://github.com/gavinying/modpoll/issues/107)) ([e274c4a](https://github.com/gavinying/modpoll/commit/e274c4afaff286bee248b12e356b906c24c22b44)) +* remove clean_session from MQTT v3.1.1 connect call ([#105](https://github.com/gavinying/modpoll/issues/105)) ([565e4c9](https://github.com/gavinying/modpoll/commit/565e4c9d58fd542c74a708952c7723bafdbbca1a)) + ## [1.6.0](https://github.com/gavinying/modpoll/compare/v1.5.1...v1.6.0) (2025-12-06) diff --git a/pyproject.toml b/pyproject.toml index c3becfa..916286b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "modpoll" -version = "1.6.0" +version = "1.6.1" description = "A New Command-line Tool for Modbus and MQTT" authors = ["Ying Shaodong "] repository = "https://github.com/gavinying/modpoll"