diff --git a/.release-please-manifest.json b/.release-please-manifest.json index e55e40c..61f680b 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,4 +1,4 @@ { - "crates/mqtli": "0.7.0", + "crates/mqtli": "0.7.1", "crates/mqtli-pub": "0.1.0" } \ No newline at end of file diff --git a/crates/mqtli/CHANGELOG.md b/crates/mqtli/CHANGELOG.md new file mode 100644 index 0000000..0a003fa --- /dev/null +++ b/crates/mqtli/CHANGELOG.md @@ -0,0 +1,9 @@ +# Changelog + +## [0.7.1](https://github.com/kaans/mqtli/compare/mqtli-v0.7.0...mqtli-v0.7.1) (2024-12-30) + + +### Miscellaneous Chores + +* Release 0.3.0 ([99e33ef](https://github.com/kaans/mqtli/commit/99e33efa1205bb0eb920c2b966e4a5da5815bfe3)) +* Release 0.4.0 ([70d0310](https://github.com/kaans/mqtli/commit/70d031015c0e0ceeb5d01bae5147a4d1b5bae457)) diff --git a/crates/mqtli/Cargo.toml b/crates/mqtli/Cargo.toml index f90cc91..a5a8be6 100644 --- a/crates/mqtli/Cargo.toml +++ b/crates/mqtli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mqtli" -version = "0.7.0" +version = "0.7.1" edition = "2021" description = "MQTT multi-topic and payload converting cli client" license = "Apache-2.0"