Skip to content

Commit

Permalink
chore(main): release mqtli 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kaans committed Jan 2, 2025
1 parent b42e2ee commit 7bd5dc6
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
{
"crates/mqtli": "0.8.0"
"crates": "0.8.0",
"crates/mqtli": "0.4.0"
}
14 changes: 14 additions & 0 deletions crates/mqtli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## 0.4.0 (2025-01-02)


### Features

* Add publish mode ([60aa91d](https://github.com/kaans/mqtli/commit/60aa91d734b942f52a112019a9e080ec58455a0f))
* Exit immediately after sending all publish if no subscription is present ([007ab97](https://github.com/kaans/mqtli/commit/007ab97b1bd0df3f42b6e60cbe0add78257a66b3))


### Miscellaneous Chores

* Release 0.3.0 ([99e33ef](https://github.com/kaans/mqtli/commit/99e33efa1205bb0eb920c2b966e4a5da5815bfe3))
* Release 0.4.0 ([70d0310](https://github.com/kaans/mqtli/commit/70d031015c0e0ceeb5d01bae5147a4d1b5bae457))

## [0.8.0](https://github.com/kaans/mqtli/compare/mqtli-v0.7.0...mqtli-v0.8.0) (2025-01-02)


Expand Down
2 changes: 1 addition & 1 deletion crates/mqtli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "mqtli"
version = "0.8.0"
version = "0.4.0"
edition = "2021"
description = "MQTT multi-topic and payload converting cli client"
license = "Apache-2.0"
Expand Down

0 comments on commit 7bd5dc6

Please sign in to comment.