Skip to content

Commit

Permalink
chore(master): release 1.1.0 (#51)
Browse files Browse the repository at this point in the history
Co-authored-by: tm-infra-robot[bot] <174849669+tm-infra-robot[bot]@users.noreply.github.com>
  • Loading branch information
tm-infra-robot[bot] authored Aug 3, 2024
1 parent 24703fe commit fd6d88a
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 1 deletion.
29 changes: 29 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>"]
repository = "https://github.com/gavinying/modpoll"
Expand Down

0 comments on commit fd6d88a

Please sign in to comment.