Skip to content

Commit 72f50be

Browse files
chore(master): release 1.6.0
1 parent cf1e2b9 commit 72f50be

2 files changed

Lines changed: 16 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# Changelog
22

3+
## [1.6.0](https://github.com/gavinying/modpoll/compare/v1.5.1...v1.6.0) (2025-12-06)
4+
5+
6+
### Features
7+
8+
* add bit-level access for boolean registers ([cecf79d](https://github.com/gavinying/modpoll/commit/cecf79d24de79fdda7f524516fb163f35f392e3f))
9+
* add support for ascii framer ([#97](https://github.com/gavinying/modpoll/issues/97)) ([c918e74](https://github.com/gavinying/modpoll/commit/c918e74ca9e9c69c8fbf47712cb46300bf0630a9))
10+
11+
12+
### Bug Fixes
13+
14+
* bit syntax is only used with bool dtype ([cf1e2b9](https://github.com/gavinying/modpoll/commit/cf1e2b9b732c5de1639549b06744251a9b7e746e))
15+
* forward mqtt tls flags to handler ([#93](https://github.com/gavinying/modpoll/issues/93)) ([d31db25](https://github.com/gavinying/modpoll/commit/d31db252257cc4b8c1ddcd5b8cdca2c8072ca227))
16+
* guard mqtt cleanup on setup errors ([#95](https://github.com/gavinying/modpoll/issues/95)) ([daa8c0c](https://github.com/gavinying/modpoll/commit/daa8c0c7d838468ba880397c5e38f98a3b0eb460))
17+
318
## [1.5.1](https://github.com/gavinying/modpoll/compare/v1.5.0...v1.5.1) (2025-09-29)
419

520

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "modpoll"
3-
version = "1.5.1"
3+
version = "1.6.0"
44
description = "A New Command-line Tool for Modbus and MQTT"
55
authors = ["Ying Shaodong <helloysd@gmail.com>"]
66
repository = "https://github.com/gavinying/modpoll"

0 commit comments

Comments
 (0)