Skip to content

Commit

Permalink
Preparing 0.5.3 release
Browse files Browse the repository at this point in the history
ryan-summers committed Feb 14, 2022
1 parent 475bbff commit a6a1068
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
@@ -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
@@ -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
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 <ryan.summers@vertigo-designs.com>", "Max Rottenkolber <max@mr.gy>"]
edition = "2018"

0 comments on commit a6a1068

Please sign in to comment.