aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTomasz Kramkowski <tomasz@kramkow.ski>2025-07-10 00:31:25 +0100
committerTomasz Kramkowski <tomasz@kramkow.ski>2025-07-10 00:32:20 +0100
commit48d359c021907ad899063aeae15c0df388795ea4 (patch)
tree85c77a84e5b8ebcdf91ce23286effb194f2b9a88
parentc6721b9161a8ce5a0ac868c10c29d93aebb21c4f (diff)
downloadmqttr-48d359c021907ad899063aeae15c0df388795ea4.tar.gz
mqttr-48d359c021907ad899063aeae15c0df388795ea4.tar.xz
mqttr-48d359c021907ad899063aeae15c0df388795ea4.zip
Version 0.3.0HEADv0.3.0master
-rw-r--r--CHANGELOG.md4
-rw-r--r--Cargo.lock2
-rw-r--r--Cargo.toml2
3 files changed, 4 insertions, 4 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index a9774e6..73d6a84 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,7 +5,7 @@ SPDX-License-Identifier: CC-BY-SA-4.0
# Changelog
-## [Unreleased]
+## [0.3.0] - 2025-07-10
### Added
@@ -51,6 +51,6 @@ 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.2.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
diff --git a/Cargo.lock b/Cargo.lock
index 90260da..b703991 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -339,7 +339,7 @@ dependencies = [
[[package]]
name = "mqttr"
-version = "0.2.0"
+version = "0.3.0"
dependencies = [
"anyhow",
"log",
diff --git a/Cargo.toml b/Cargo.toml
index 3a9a2e9..446a10f 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -3,7 +3,7 @@
[package]
name = "mqttr"
-version = "0.2.0"
+version = "0.3.0"
edition = "2021"
[dependencies]