diff --git a/CHANGELOG.md b/CHANGELOG.md index da259e9..f2e2558 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.5.0](https://github.com/kaans/mqtli/compare/v0.4.0...v0.5.0) (2024-12-22) + + +### Features + +* check if topic is included in another topic ([432bff7](https://github.com/kaans/mqtli/commit/432bff7799237130858c3aaad89d805f3e7883d3)) + ## 0.4.0 (2024-12-13) diff --git a/Cargo.lock b/Cargo.lock index 2203a68..63f5785 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -900,7 +900,7 @@ dependencies = [ [[package]] name = "mqtli" -version = "0.4.0" +version = "0.5.0" dependencies = [ "anyhow", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index b006ea9..fbfde46 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mqtli" -version = "0.4.0" +version = "0.5.0" edition = "2021" description = "MQTT multi-topic and payload converting cli client" license = "Apache-2.0"