Skip to content

Commit

Permalink
Merge pull request #117 from quartiq/release/0.6.1
Browse files Browse the repository at this point in the history
Preparing 0.6.1 release
  • Loading branch information
ryan-summers authored Nov 3, 2022
2 parents 4351284 + 4d774b3 commit c8ea624
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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
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.6.0"
version = "0.6.1"
authors = ["Ryan Summers <[email protected]>", "Max Rottenkolber <[email protected]>"]
edition = "2018"

Expand Down

0 comments on commit c8ea624

Please sign in to comment.