Skip to content

Commit

Permalink
Merge pull request #158 from quartiq/release/0.9
Browse files Browse the repository at this point in the history
Preparing 0.9 release
  • Loading branch information
jordens authored Apr 29, 2024
2 parents 1363577 + 94d7e09 commit 2b8b2ee
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "minimq"
version = "0.8.0"
version = "0.9.0"
authors = ["Ryan Summers <[email protected]>", "Max Rottenkolber <[email protected]>"]
edition = "2018"

Expand Down

0 comments on commit 2b8b2ee

Please sign in to comment.