Skip to content

Commit

Permalink
build: v0.16.2
Browse files Browse the repository at this point in the history
  • Loading branch information
EdJoPaTo committed May 1, 2022
1 parent 0ec29e3 commit fd7b252
Show file tree
Hide file tree
Showing 3 changed files with 38 additions and 36 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.16.2] - 2022-05-01

### Fixed

- Dont crash / endless loop on payloads bigger than 10 kB.
Expand Down
70 changes: 35 additions & 35 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 Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "mqttui"
description = "Subscribe to a MQTT Topic or publish something quickly from the terminal"
version = "0.16.1"
version = "0.16.2"
license = "GPL-3.0-or-later"
repository = "https://github.com/EdJoPaTo/mqttui"
authors = ["EdJoPaTo <[email protected]>"]
Expand Down

0 comments on commit fd7b252

Please sign in to comment.