diff options
author | Tomasz Kramkowski <tomasz@kramkow.ski> | 2025-07-21 01:51:35 +0100 |
---|---|---|
committer | Tomasz Kramkowski <tomasz@kramkow.ski> | 2025-07-21 01:51:35 +0100 |
commit | 289a44928035ecbad280aa526dcac360e31e9ce2 (patch) | |
tree | d68e2cf0b8dc9bbd3d2bd8d93fc53ad259cbbf5c | |
parent | 4f9f37041b3963f15039f0ec4cf1347b7a022420 (diff) | |
download | mqttr-ab737413df98d66ae29f20d5122b0a15593d05b3.tar.gz mqttr-ab737413df98d66ae29f20d5122b0a15593d05b3.tar.xz mqttr-ab737413df98d66ae29f20d5122b0a15593d05b3.zip |
-rw-r--r-- | CHANGELOG.md | 5 | ||||
-rw-r--r-- | Cargo.lock | 2 | ||||
-rw-r--r-- | Cargo.toml | 2 |
3 files changed, 5 insertions, 4 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 44bc707..7b8351a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ SPDX-License-Identifier: CC-BY-SA-4.0 # Changelog -## [Unreleased] +## [0.4.0] - 2025-07-21 ### Changed @@ -66,7 +66,8 @@ SPDX-License-Identifier: CC-BY-SA-4.0 gessage, receive the message on stdin and the topic as an argument. * Configure an MQTT server using a host, port and optional credentials. -[Unreleased]: https://the-tk.com/cgit/mqttr/diff/?id=HEAD&id2=v0.3.0 +<!--[Unreleased]: https://the-tk.com/cgit/mqttr/diff/?id=HEAD&id2=v0.4.0--> +[0.4.0]: https://the-tk.com/cgit/mqttr/diff/?id=v0.4.0&id2=v0.3.0 [0.3.0]: https://the-tk.com/cgit/mqttr/diff/?id=v0.3.0&id2=v0.2.0 [0.2.0]: https://the-tk.com/cgit/mqttr/diff/?id=v0.2.0&id2=v0.1.0 [0.1.0]: https://the-tk.com/cgit/mqttr/tag/?h=v0.1.0 @@ -345,7 +345,7 @@ dependencies = [ [[package]] name = "mqttr" -version = "0.3.0" +version = "0.4.0" dependencies = [ "anyhow", "base64", @@ -3,7 +3,7 @@ [package] name = "mqttr" -version = "0.3.0" +version = "0.4.0" edition = "2021" [dependencies] |