Skip to content

Commit

Permalink
Merge pull request #82 from quartiq/release/v0.5.3
Browse files Browse the repository at this point in the history
Preparing 0.5.3 release
  • Loading branch information
jordens authored Feb 14, 2022
2 parents 475bbff + a6a1068 commit 2e5be1c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
10 changes: 7 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,13 @@ This document describes the changes to Minimq between releases.
# [Unreleased]

## Added
* Property comparison now implements PartialEq

## Fixed

# [0.5.3] - 2022-02-14

## Added
* Property comparison now implements PartialEq

# [0.5.2] - 2021-12-14

## Fixed
Expand Down Expand Up @@ -70,7 +73,8 @@ keep-alive interval

* Initial library release and publish to crates.io

[Unreleased]: https://github.com/quartiq/minimq/compare/0.5.2...HEAD
[Unreleased]: https://github.com/quartiq/minimq/compare/0.5.3...HEAD
[0.5.2]: https://github.com/quartiq/minimq/releases/tag/0.5.3
[0.5.2]: https://github.com/quartiq/minimq/releases/tag/0.5.2
[0.5.1]: https://github.com/quartiq/minimq/releases/tag/0.5.1
[0.5.0]: https://github.com/quartiq/minimq/releases/tag/0.5.0
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.5.2"
version = "0.5.3"
authors = ["Ryan Summers <[email protected]>", "Max Rottenkolber <[email protected]>"]
edition = "2018"

Expand Down

0 comments on commit 2e5be1c

Please sign in to comment.