summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>2023-01-23 08:23:27 +0000
committerGitHub <noreply@github.com>2023-01-23 08:23:27 +0000
commit702d9cad6fbba95a22d3ece33d2f76e1143ec471 (patch)
treec06653ff41edeab62a26cd94d6ea6280d836fe10
parent894d6514c760a22698cd7b3a6ebd7ea0ea7931fc (diff)
parent76c339aeaf7994a2a7ad2b3985e2908ec3e78f26 (diff)
Merge #162release/0.4.x
162: Chore/update release r=TheNeikos a=TheNeikos Co-authored-by: Marcel Müller <neikos@neikos.email>
-rw-r--r--Cargo.toml2
-rw-r--r--mqtt-format/CHANGELOG.md6
-rw-r--r--mqtt-format/Cargo.toml2
3 files changed, 8 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 67f9e50..54c9bef 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "cloudmqtt"
-version = "0.4.0"
+version = "0.4.1"
edition = "2021"
authors = ["Marcel Müller <neikos@neikos.email>"]
description = "A pure Rust MQTT client and server library"
diff --git a/mqtt-format/CHANGELOG.md b/mqtt-format/CHANGELOG.md
index d9a764a..abb02b4 100644
--- a/mqtt-format/CHANGELOG.md
+++ b/mqtt-format/CHANGELOG.md
@@ -1,5 +1,11 @@
# Changelog 'mqtt-format'
+## v0.4.0
+
+The 0.4.0 is a public release of the mqtt-format crate. It is still in an alpha state.
+
+No changes were made.
+
## v0.3.0
The 0.3.0 is a public release of the mqtt-format crate. It is still in an alpha state.
diff --git a/mqtt-format/Cargo.toml b/mqtt-format/Cargo.toml
index de04609..cf5c669 100644
--- a/mqtt-format/Cargo.toml
+++ b/mqtt-format/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "mqtt-format"
-version = "0.4.0"
+version = "0.4.1"
edition = "2021"
description = "A pure Rust MQTT packet parser and serializer"
readme = "README.md"