Skip to content

Commit

Permalink
R12
Browse files Browse the repository at this point in the history
  • Loading branch information
de-sh committed Apr 21, 2022
1 parent 149eca7 commit 06cdb5c
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 4 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
### R11
----------------
rumqttc v0.12.0
-----------
- Enable compilation without `rustls` as a dependency using `--no-default-features` (#365)
- Rework variants of `ConnectionError` (#370)
- New constructor `MqttOptions::parse()` using [`url`](https://docs.rs/url) (#379)
- Use `get_mut()` instead of index based access to ensure no panic (#384)
- Better error messages (#385)

rumqttd v0.11.0
-----------
- Enable compilation without rustls as a dependency using `--no-default-features` (#365)
- Better error messages (#385)
-----------

### R11
----------------
rumqttc v0.11.0
Expand Down
4 changes: 2 additions & 2 deletions 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.11.0"
version = "0.12.0"
description = "An efficient and robust mqtt client for your connected devices"
license = "Apache-2.0"
repository = "https://github.com/bytebeamio/rumqtt"
Expand Down
2 changes: 1 addition & 1 deletion rumqttd/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "rumqttd"
description = "Distributed, embeddable mqtt broker library"
license = "Apache-2.0"
version = "0.10.0"
version = "0.11.0"
authors = ["tekjar <[email protected]>"]
edition = "2018"
keywords = ["mqtt", "broker", "iot", "kafka", "nats"]
Expand Down

0 comments on commit 06cdb5c

Please sign in to comment.