Skip to content

Commit 74ca53e

Browse files
committedAug 15, 2023
chore: release rumqttd v0.17.0
1 parent 1963b3e commit 74ca53e

File tree

3 files changed

+19
-2
lines changed

3 files changed

+19
-2
lines changed
 

‎Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎rumqttd/CHANGELOG.md

+17
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,26 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
### Added
11+
12+
### Changed
13+
14+
### Deprecated
15+
16+
### Removed
17+
18+
### Fixed
19+
20+
### Security
21+
22+
---
23+
24+
## [rumqttd 0.17.0] - 15-08-2023
25+
1026
### Added
1127
- Subscription IDs in v5 publish packets (#632)
1228
- Shared Subscriptions with configurable strategies (#668)
29+
- Bump dependencies to latest (#666)
1330

1431
### Changed
1532

‎rumqttd/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rumqttd"
3-
version = "0.16.0"
3+
version = "0.17.0"
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 <raviteja@bytebeam.io>"]

0 commit comments

Comments
 (0)