1
0
mirror of https://github.com/Luzifer/mqttcli.git synced 2024-09-18 23:42:58 +00:00
mqttcli/History.md

25 lines
433 B
Markdown
Raw Permalink Normal View History

2023-10-14 21:53:53 +00:00
# 0.3.2 / 2023-10-14
* Update dependencies
2023-09-30 11:47:26 +00:00
# 0.3.1 / 2023-09-30
* Update dependencies, fix linter errors
* CI: Replace repo-runner CI
2022-02-07 15:18:57 +00:00
# 0.3.0 / 2022-02-07
* Set connection lost handler to exit subscription mode
* Add keepalive
* CI: Tidy mod-file, auto-publish releases
2022-02-07 12:40:45 +00:00
# 0.2.0 / 2022-02-07
* Upgrade dependencies
* Fix: Set client id
* Allow sending empty message
2019-08-01 17:49:58 +00:00
# 0.1.0 / 2019-08-01
2023-09-30 11:47:26 +00:00
* Initial version