Skip to content

Commit

Permalink
Merge pull request #27 from quartiq/release/0.2.0
Browse files Browse the repository at this point in the history
Preparing for 0.2.0 release
  • Loading branch information
ryan-summers authored Feb 15, 2021
2 parents 43f288b + 3acc88e commit e5e3b55
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@

This document describes the changes to Minimq between releases.

# Unpublished
# Unrelease

# Version 0.2.0
Version 0.2.0 was published on 2021-02-15

* Updating the `MqttClient::poll()` function to take a `FnMut` closure to allow internal state
mutation.
* Use the `std-embedded-nal` crate as a dependency to provide a standard `NetworkStack` for
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.1.0"
version = "0.2.0"
authors = ["Ryan Summers <[email protected]>", "Max Rottenkolber <[email protected]>"]
edition = "2018"

Expand Down

0 comments on commit e5e3b55

Please sign in to comment.