Skip to content

Commit 0af6866

Browse files
github-actions[bot]deepanchal
authored andcommitted
chore(main): release 0.2.0
1 parent 5108021 commit 0af6866

File tree

4 files changed

+23
-3
lines changed

4 files changed

+23
-3
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.1.0"
2+
".": "0.2.0"
33
}

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
11
# Changelog
22

3+
## [0.2.0](https://github.com/deepanchal/aws-iot-mqtt-cli/compare/v0.1.0...v0.2.0) (2025-03-10)
4+
5+
6+
### Features
7+
8+
* **app:** add mqtt port flag, use rumqttc client directly for sub/pub, enable clean session ([d4351b1](https://github.com/deepanchal/aws-iot-mqtt-cli/commit/d4351b175e7509b252332dfa782f9b6c5f6bdb3b))
9+
* **app:** handle graceful shutdown w/ ctrl+c, unsubscribe from mqtt topics on shutdown ([bd1a01e](https://github.com/deepanchal/aws-iot-mqtt-cli/commit/bd1a01e519aed3662af9b9d1eca49b4dc51a90cd))
10+
11+
12+
### Bug Fixes
13+
14+
* **app:** print long help if no subcommands are provided by user ([d1d22e0](https://github.com/deepanchal/aws-iot-mqtt-cli/commit/d1d22e0b7f230e875d1fcb690d704627873fee6e))
15+
* **app:** update cli path flags, add setup_logging, refactor code ([1074087](https://github.com/deepanchal/aws-iot-mqtt-cli/commit/10740873ddef2bf22e351cf0c0c6cc1c4fa7b7b8))
16+
* **deps:** update rust crate env_logger to v0.11.7 ([5108021](https://github.com/deepanchal/aws-iot-mqtt-cli/commit/51080214daf5cc497ca0811ae6265c5c5886f4f1))
17+
18+
19+
### Code Refactoring
20+
21+
* **app:** refactor mqtt log formatting into format.rs module, update code usages ([b4ea7dc](https://github.com/deepanchal/aws-iot-mqtt-cli/commit/b4ea7dcbecc9dd6b4a889d5770a1ec3ea79649e0))
22+
323
## 0.1.0 (2025-03-09)
424

525

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.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "aws-iot-mqtt-cli"
33
description = "MQTT CLI for AWS IoT"
44
keywords = ["cli", "mqtt", "aws-iot"]
55
authors = ["Deep Panchal <[email protected]>"]
6-
version = "0.1.0"
6+
version = "0.2.0"
77
edition = "2021"
88
documentation = "https://docs.rs/aws-iot-mqtt-cli"
99
homepage = "https://github.com/deepanchal/aws-iot-mqtt-cli"

0 commit comments

Comments
 (0)