From fd6d88ae462b744533f38ce5ac0e0770746de17f Mon Sep 17 00:00:00 2001 From: "tm-infra-robot[bot]" <174849669+tm-infra-robot[bot]@users.noreply.github.com> Date: Sat, 3 Aug 2024 12:04:49 +0800 Subject: [PATCH] chore(master): release 1.1.0 (#51) Co-authored-by: tm-infra-robot[bot] <174849669+tm-infra-robot[bot]@users.noreply.github.com> --- CHANGELOG.md | 29 +++++++++++++++++++++++++++++ pyproject.toml | 2 +- 2 files changed, 30 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ed22220..2c10539 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,34 @@ # Changelog +## [1.1.0](https://github.com/gavinying/modpoll/compare/1.0.0...v1.1.0) (2024-08-03) + + +### Features + +* add docker run commands for dev ([074d51e](https://github.com/gavinying/modpoll/commit/074d51e6196ca342d71c103e55a9c9e72cd3462b)) +* add test cases for pytest ([99fc461](https://github.com/gavinying/modpoll/commit/99fc4613034e8aac1a24a760bfe395467a554092)) +* support paho v2 ([#52](https://github.com/gavinying/modpoll/issues/52)) ([3e6681a](https://github.com/gavinying/modpoll/commit/3e6681a56497672c664a200e95728d7202a1964f)) + + +### Bug Fixes + +* allow user defined docker registry ([38acfcc](https://github.com/gavinying/modpoll/commit/38acfcc16f8143fe91e716ff734d4e96e8cc9035)) +* device list is not properly used ([1824bed](https://github.com/gavinying/modpoll/commit/1824bede7a4085cf31243a261a7e074ad506c453)) +* duplications in ci actions ([db5c667](https://github.com/gavinying/modpoll/commit/db5c667138afa4d0226b77655a4abe179bce866a)) +* paho v2 changes in callbacks ([09316f8](https://github.com/gavinying/modpoll/commit/09316f8e8c247148d22f1b56a60fd35d6072ab6f)) +* poetry warning ([44ec61f](https://github.com/gavinying/modpoll/commit/44ec61fd159e89b630ded9674c0a535cd1ba1a60)) +* Unexpected input for release-please ([24703fe](https://github.com/gavinying/modpoll/commit/24703fe098379016447ab50ab89276e0f0f734ef)) + + +### Reverts + +* move poetry plugin installation back to install phase ([b2dc9f4](https://github.com/gavinying/modpoll/commit/b2dc9f40f59d6ac759da23dff7e08cf8f9eea970)) + + +### Documentation + +* update CHANGELOG.md ([73fcc01](https://github.com/gavinying/modpoll/commit/73fcc010cb0ddbf4a1aa149ac28a354cd1bc5c39)) + ## [1.0.0](https://github.com/gavinying/modpoll/compare/0.8.4...1.0.0) (2024-07-11) diff --git a/pyproject.toml b/pyproject.toml index 33f1283..cb8ff37 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "modpoll" -version = "1.0.0" +version = "1.1.0" description = "A New Command-line Tool for Modbus and MQTT" authors = ["Ying Shaodong "] repository = "https://github.com/gavinying/modpoll"