Skip to content

Commit e0624c1

Browse files
committed
chore: R20-alpha changelog and version update
1 parent a344dfe commit e0624c1

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
### R20-alpha
2+
---
3+
rumqttd v0.13.0-alpha
4+
-------
5+
- Add support for disk persistent connections (#489)
6+
- Add deferred acking of PUBLISH messages (#537)
7+
---
8+
19
### R19
210
---
311
rumqttc v0.19.0

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

rumqttd/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rumqttd"
3-
version = "0.12.1"
3+
version = "0.13.0-alpha"
44
license = "Apache-2.0"
55
description = "rumqttd is a high performance MQTT broker written in Rust which is light weight and embeddable"
66
authors = ["tekjar <[email protected]>"]

0 commit comments

Comments
 (0)