From 4d774b3d94789c016975ff3e7f180f02bc676dea Mon Sep 17 00:00:00 2001 From: Ryan Summers Date: Thu, 3 Nov 2022 13:56:39 +0100 Subject: [PATCH] Preparing 0.6.1 release --- CHANGELOG.md | 5 +++-- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5eb76eb..72faea2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ This document describes the changes to Minimq between releases. -# [Unreleased] +# [0.6.1] - 2022-11-03 ## Fixed * `PubAck` can now be deserialized when no properties are present, but a reason code is specified. @@ -105,7 +105,8 @@ keep-alive interval * Initial library release and publish to crates.io -[Unreleased]: https://github.com/quartiq/minimq/compare/0.6.0...HEAD +[Unreleased]: https://github.com/quartiq/minimq/compare/0.6.1...HEAD +[0.6.1]: https://github.com/quartiq/minimq/releases/tag/0.6.1 [0.6.0]: https://github.com/quartiq/minimq/releases/tag/0.6.0 [0.5.3]: https://github.com/quartiq/minimq/releases/tag/0.5.3 [0.5.2]: https://github.com/quartiq/minimq/releases/tag/0.5.2 diff --git a/Cargo.toml b/Cargo.toml index 8d1e1d6..6625222 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "minimq" -version = "0.6.0" +version = "0.6.1" authors = ["Ryan Summers ", "Max Rottenkolber "] edition = "2018"