Skip to content

Commit

Permalink
R13
Browse files Browse the repository at this point in the history
  • Loading branch information
de-sh committed Jun 16, 2022
1 parent ce1d42c commit 4888094
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
### R13
----------------
rumqttc v0.13.0
-----------
- Add code in `rumqttc::v5`, moving towards support for operating the client with MQTT 5 (#351, #393, #398)
- Add missing `self.inflight += 1` in `MqttState.save_pubrel()` (#389)
- Error out when Subscription filter list is empty (#392)
- Make public `rumqttc::client::Iter` (#402)

-----------

### R12
----------------
rumqttc v0.12.0
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion rumqttc/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rumqttc"
version = "0.12.0"
version = "0.13.0"
description = "An efficient and robust mqtt client for your connected devices"
license = "Apache-2.0"
repository = "https://github.com/bytebeamio/rumqtt"
Expand Down

0 comments on commit 4888094

Please sign in to comment.