Skip to content

Commit

Permalink
chore(master): release 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tm-infra-robot[bot] authored Aug 15, 2024
1 parent 01f15e8 commit 65c1538
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Changelog

## [1.2.0](https://github.com/gavinying/modpoll/compare/v1.1.0...v1.2.0) (2024-08-15)


### Features

* add docker compose for better developer experience. ([01f15e8](https://github.com/gavinying/modpoll/commit/01f15e8d140eadf3413471463fbb26cd7d8fc175))
* introduce MQTT topic pattern to replace the existing MQTT topic prefix. ([58d3f67](https://github.com/gavinying/modpoll/commit/58d3f6719b7c78b0c17cfb60ca7013e5f8d1bccb))


### Bug Fixes

* validate action issue ([f8ef12e](https://github.com/gavinying/modpoll/commit/f8ef12e018009ec1c8b4d554829156e93c9a5b98))


### Reverts

* "mqtt topic pattern ([#55](https://github.com/gavinying/modpoll/issues/55))" ([f61d696](https://github.com/gavinying/modpoll/commit/f61d696ca71d5ae747a7b2e7ed953228fecdff8e))

## [1.1.0](https://github.com/gavinying/modpoll/compare/1.0.0...v1.1.0) (2024-08-03)


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.1.0"
version = "1.2.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 65c1538

Please sign in to comment.