Skip to content

Commit 77329df

Browse files
github-actions[bot]deepanchal
authored andcommitted
chore(main): release 0.1.0
1 parent 42be533 commit 77329df

File tree

4 files changed

+30
-3
lines changed

4 files changed

+30
-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.0.0"
2+
".": "0.1.0"
33
}

CHANGELOG.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
# Changelog
2+
3+
## 0.1.0 (2025-03-09)
4+
5+
6+
### Features
7+
8+
* **app:** add cli script w/ mqtt sub & pub functionality ([2ea2f14](https://github.com/deepanchal/aws-iot-mqtt-cli/commit/2ea2f14723ff250d11f2e512f6cb085e29a67f8e))
9+
* **app:** allow setting aws iot settings w/ env vars & cli flags, add verbose logging ([f64d175](https://github.com/deepanchal/aws-iot-mqtt-cli/commit/f64d1753baced6302a5ecfbf47b279b3db1407d1))
10+
* **init:** init repo w/ cargo init ([d53ae2e](https://github.com/deepanchal/aws-iot-mqtt-cli/commit/d53ae2e3adfc6c6d74da2c63e4fb5bd7b567a0cc))
11+
12+
13+
### Bug Fixes
14+
15+
* **config:** setup config for auto release from release-please ([42be533](https://github.com/deepanchal/aws-iot-mqtt-cli/commit/42be53302043a9288b1eed34adcc0781b6d1e3c8))
16+
* **lint:** fix cargo clippy warnings ([80b355c](https://github.com/deepanchal/aws-iot-mqtt-cli/commit/80b355c6be0b971caafd70ebcfd838140c6aa79b))
17+
18+
19+
### Documentation
20+
21+
* add README.md ([5077362](https://github.com/deepanchal/aws-iot-mqtt-cli/commit/5077362d62b8a7829bbd5bf8c1b0dd954fb8bb23))
22+
23+
24+
### Continuous Integration
25+
26+
* add cd.yml ([85a3acc](https://github.com/deepanchal/aws-iot-mqtt-cli/commit/85a3acce75cbcd4b10bf259f0a61422a2956cc19))
27+
* add ci.yml ([705314c](https://github.com/deepanchal/aws-iot-mqtt-cli/commit/705314c4d256a990e64a354e27b38064e6f3c302))

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.0.0"
6+
version = "0.1.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)