From 031f09f75ababdcb9878e25378df5cd0d0a82dff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20J=C3=B6rdens?= Date: Wed, 1 Nov 2023 11:59:59 +0100 Subject: [PATCH] release 0.8.0 --- CHANGELOG.md | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c05e8e8..1cb01d9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ This document describes the changes to Minimq between releases. -# [Unreleased] +# [0.8.0] - 2023-11-01 ## Changed * [breaking] Const generics for message size and allowable in-flight messages have been removed. @@ -140,7 +140,7 @@ keep-alive interval * Initial library release and publish to crates.io -[Unreleased]: https://github.com/quartiq/minimq/compare/0.7.0...HEAD +[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 [0.6.1]: https://github.com/quartiq/minimq/releases/tag/0.6.1 diff --git a/Cargo.toml b/Cargo.toml index 7016e3e..e2a6ed8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "minimq" -version = "0.7.0" +version = "0.8.0" authors = ["Ryan Summers ", "Max Rottenkolber "] edition = "2018"