From fd0346c27685b0153f6e1eeb1f3e8afb15faf298 Mon Sep 17 00:00:00 2001 From: henil Date: Tue, 14 Feb 2023 23:08:57 +0530 Subject: [PATCH] chore: release rumqttd v0.12.6 --- Cargo.lock | 2 +- rumqttd/CHANGELOG.md | 8 ++++++-- rumqttd/Cargo.toml | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 93771f1b2..aac8abcff 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2130,7 +2130,7 @@ dependencies = [ [[package]] name = "rumqttd" -version = "0.12.5" +version = "0.12.6" dependencies = [ "bytes", "clap", diff --git a/rumqttd/CHANGELOG.md b/rumqttd/CHANGELOG.md index 941f30b6b..7020898bd 100644 --- a/rumqttd/CHANGELOG.md +++ b/rumqttd/CHANGELOG.md @@ -8,7 +8,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] ### Added -- Print version number with `--version` cli flag (#578) ### Changed @@ -22,7 +21,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 --- -## [rumqttd 0.12.5] +## [rumqttd 0.12.6] - 14-02-2023 + +### Added +- Print version number with `--version` cli flag (#578) + +## [rumqttd 0.12.5] - 07-02-2023 ### Changed - `structopt` is in maintainance mode, we now use `clap` instead (#571) diff --git a/rumqttd/Cargo.toml b/rumqttd/Cargo.toml index fe4ec1227..5d3f4603f 100644 --- a/rumqttd/Cargo.toml +++ b/rumqttd/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rumqttd" -version = "0.12.5" +version = "0.12.6" license = "Apache-2.0" description = "rumqttd is a high performance MQTT broker written in Rust which is light weight and embeddable" authors = ["tekjar "]