Skip to content

Commit

Permalink
Bumped version to 0.9.2 and updated CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
fpagliughi committed Oct 22, 2022
1 parent 50383cd commit 8181fd3
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [v0.9.2](https://github.com/eclipse/paho.mqtt.rust/compare/v0.9.1..v0.9.2) - 2022-10-22

- [#148](https://github.com/eclipse/paho.mqtt.rust/issues/148) Properly freeing property memory.


## [v0.9.1](https://github.com/eclipse/paho.mqtt.rust/compare/v0.9.0..v0.9.1) - 2021-01-01

- [#101](https://github.com/eclipse/paho.mqtt.rust/issues/101) `Token::try_wait()` to check for the result of a `Token` without blocking.
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 = "paho-mqtt"
version = "0.9.1"
version = "0.9.2"
edition = "2018"
authors = ["Frank Pagliughi <[email protected]>"]
homepage = "https://github.com/eclipse/paho.mqtt.rust"
Expand Down
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,11 @@ To keep up with the latest announcements for this project, follow:

**Mattermost:** [Eclipse Mattermost Paho Channel](https://mattermost.eclipse.org/eclipse/channels/paho)

### What's new in v0.9.2

- [#148](https://github.com/eclipse/paho.mqtt.rust/issues/148) Properly freeing property memory.


### What's new in v0.9.1

- [#101](https://github.com/eclipse/paho.mqtt.rust/issues/101) `Token::try_wait()` to check for the result of a `Token` without blocking.
Expand Down

0 comments on commit 8181fd3

Please sign in to comment.