diff options
| author | Tomasz Kramkowski <tomasz@kramkow.ski> | 2025-07-04 13:02:26 +0200 | 
|---|---|---|
| committer | Tomasz Kramkowski <tomasz@kramkow.ski> | 2025-07-04 13:02:26 +0200 | 
| commit | 12d85f363249cbda7002af79c88d48ad0a36746b (patch) | |
| tree | b25a9b3ab70f991e116f4cb17c74a694987f335d | |
| parent | f44cce25abc884e6ec14e8fb8608a4245e6bb9e0 (diff) | |
| download | mqttr-12d85f363249cbda7002af79c88d48ad0a36746b.tar.gz mqttr-12d85f363249cbda7002af79c88d48ad0a36746b.tar.xz mqttr-12d85f363249cbda7002af79c88d48ad0a36746b.zip  | |
Version 0.2.0v0.2.0
| -rw-r--r-- | CHANGELOG.md | 4 | ||||
| -rw-r--r-- | Cargo.lock | 2 | ||||
| -rw-r--r-- | Cargo.toml | 2 | 
3 files changed, 4 insertions, 4 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 9c7523f..f50ad20 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@  # Changelog -## [Unreleased] +## [0.2.0]  ### Added @@ -31,5 +31,5 @@    message, 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.1.0 +[0.2.0]: https://the-tk.com/cgit/mqttr/diff/?id=HEAD&id2=v0.1.0  [0.1.0]: https://the-tk.com/cgit/mqttr/tag/?h=v0.1.0 @@ -218,7 +218,7 @@ dependencies = [  [[package]]  name = "mqttr" -version = "0.1.0" +version = "0.2.0"  dependencies = [   "anyhow",   "rumqttc", @@ -3,7 +3,7 @@  [package]  name = "mqttr" -version = "0.1.0" +version = "0.2.0"  edition = "2021"  [dependencies]  | 
