From 94d7e090c9caf6e7ff77eacb4d36275afa8f19b1 Mon Sep 17 00:00:00 2001 From: Ryan Summers Date: Mon, 29 Apr 2024 16:08:56 +0200 Subject: [PATCH] Preparing 0.9 release --- CHANGELOG.md | 4 +++- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b9ea0bc..99b6130 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,10 +2,11 @@ This document describes the changes to Minimq between releases. -# [Unreleased] +# [0.9.0] - 2024-04-29 ## Fixed * Fixed an issue where a corrupted mqtt header length could result in a crash +* [breaking] `embedded-nal` bumped # [0.8.0] - 2023-11-01 @@ -145,6 +146,7 @@ keep-alive interval * Initial library release and publish to crates.io +[0.8.0]: https://github.com/quartiq/minimq/releases/tag/0.9.0 [0.8.0]: https://github.com/quartiq/minimq/releases/tag/0.8.0 [0.7.0]: https://github.com/quartiq/minimq/releases/tag/0.7.0 [0.6.2]: https://github.com/quartiq/minimq/releases/tag/0.6.2 diff --git a/Cargo.toml b/Cargo.toml index 3b51952..cea4c67 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "minimq" -version = "0.8.0" +version = "0.9.0" authors = ["Ryan Summers ", "Max Rottenkolber "] edition = "2018"