Skip to content

Commit

Permalink
chore: release main
Browse files Browse the repository at this point in the history
  • Loading branch information
kaans committed Jan 2, 2025
1 parent 000c974 commit f4a1de9
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"crates/mqtli": "0.8.0",
"crates/mqtlib": "0.8.0"
"crates/mqtli": "0.8.1",
"crates/mqtlib": "0.9.0"
}
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions crates/mqtli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Changelog



## [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.8.1"
edition = "2021"
description = "MQTT multi-topic and payload converting cli client"
license = "Apache-2.0"
Expand Down
9 changes: 9 additions & 0 deletions crates/mqtlib/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Changelog

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


### Features

* Add filter prepend ([086951f](https://github.com/kaans/mqtli/commit/086951fc5c051570ec29fef9d297544922198ddb))
* Add filter to lower case ([5403967](https://github.com/kaans/mqtli/commit/54039672c0d22bb56cbebf861d17450192a267b6))
2 changes: 1 addition & 1 deletion crates/mqtlib/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "mqtlib"
version = "0.7.0"
version = "0.9.0"
edition = "2021"
license = "Apache-2.0"
repository = "https://github.com/kaans/mqtli"
Expand Down

0 comments on commit f4a1de9

Please sign in to comment.