Skip to content

Commit

Permalink
chore(main): release 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kaans committed Dec 28, 2024
1 parent 52cadbe commit 3834b0a
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 2 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Changelog

## [0.7.0](https://github.com/kaans/mqtli/compare/v0.6.0...v0.7.0) (2024-12-28)


### Features

* add filters to output config ([7483f3a](https://github.com/kaans/mqtli/commit/7483f3a4b6fd93c2a03862508c8b8668bb5d486a))
* add new payload type sparkplug ([ef428d7](https://github.com/kaans/mqtli/commit/ef428d72c1227c10a6c635649fddf41b86bda4b2))
* add output to topic ([09c50e1](https://github.com/kaans/mqtli/commit/09c50e1335713dbb1bce823e18ff8a2b2ad2ca53))
* automatically convert input payload for filters ([e902b85](https://github.com/kaans/mqtli/commit/e902b8507ad91d59e8ed78240cc48b9759b5aff9))
* filter input of publish ([79babcc](https://github.com/kaans/mqtli/commit/79babcc2bec8cb521e6eaf614c145783cf212a9a))
* generate code for sparkplug B from protobuf ([c4f47e8](https://github.com/kaans/mqtli/commit/c4f47e8be4b7377e91b0d966ba9f61964d3965d4))
* parse protobuf and sparkplug from json and yaml ([6050179](https://github.com/kaans/mqtli/commit/60501793b4465bc0a6d12a8aa545c8f4ceace79a))


### Bug Fixes

* make subscription optional ([5e2ff01](https://github.com/kaans/mqtli/commit/5e2ff01a62293065cc36a95372d303f1d3a24ee3))

## [0.6.0](https://github.com/kaans/mqtli/compare/v0.5.2...v0.6.0) (2024-12-24)


Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "mqtli"
version = "0.6.0"
version = "0.7.0"
edition = "2021"
description = "MQTT multi-topic and payload converting cli client"
license = "Apache-2.0"
Expand Down

0 comments on commit 3834b0a

Please sign in to comment.