Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{}
{"crates/dyn-error":"0.1.0","crates/metrics":"0.1.0","crates/mqtt-client":"0.1.0","crates/mqtt-macros":"0.1.0","crates/mqtt-proto":"0.1.0","crates/mqtt-provider":"0.1.0","crates/mqtt-provider-paho":"0.1.0","examples/mqtt-light":"0.0.1","examples/mqtt-light-manual-topics":"0.0.1"}
18 changes: 9 additions & 9 deletions Cargo.lock

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

12 changes: 12 additions & 0 deletions crates/dyn-error/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Changelog

## 0.1.0 (2025-07-20)


### ⚠ BREAKING CHANGES

* rename most of the crates

### Features

* create mqtt client ([#26](https://github.com/YoloDev/hass-rs/issues/26)) ([bad7343](https://github.com/YoloDev/hass-rs/commit/bad7343052c4b75f90aec99e72b2c7a53bbbd6a6))
2 changes: 1 addition & 1 deletion crates/dyn-error/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "hass-dyn-error"
version = "0.0.0"
version = "0.1.0"
edition.workspace = true
authors.workspace = true
license.workspace = true
Expand Down
14 changes: 14 additions & 0 deletions crates/metrics/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Changelog

## 0.1.0 (2025-07-20)


### Features

* add tracing ([#33](https://github.com/YoloDev/hass-rs/issues/33)) ([f833af1](https://github.com/YoloDev/hass-rs/commit/f833af1c61de8dd79ebfe66dd6488ab126312960))


### Dependencies

* update rust crate lasso to 0.7 ([#48](https://github.com/YoloDev/hass-rs/issues/48)) ([30f1f63](https://github.com/YoloDev/hass-rs/commit/30f1f63ac6a37b658d8927df91810f4b447f1bac))
* update rust crate opentelemetry to 0.19 ([#45](https://github.com/YoloDev/hass-rs/issues/45)) ([92cf5c6](https://github.com/YoloDev/hass-rs/commit/92cf5c609f1d9caf18abd9f1368986c2a7013128))
2 changes: 1 addition & 1 deletion crates/metrics/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "hass-metrics"
version = "0.0.0"
version = "0.1.0"
edition.workspace = true
authors.workspace = true
license.workspace = true
Expand Down
20 changes: 20 additions & 0 deletions crates/mqtt-client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Changelog

## 0.1.0 (2025-07-20)


### ⚠ BREAKING CHANGES

* rename most of the crates

### Features

* add tracing ([#33](https://github.com/YoloDev/hass-rs/issues/33)) ([f833af1](https://github.com/YoloDev/hass-rs/commit/f833af1c61de8dd79ebfe66dd6488ab126312960))
* create mqtt client ([#26](https://github.com/YoloDev/hass-rs/issues/26)) ([bad7343](https://github.com/YoloDev/hass-rs/commit/bad7343052c4b75f90aec99e72b2c7a53bbbd6a6))
* partial no-std support ([#49](https://github.com/YoloDev/hass-rs/issues/49)) ([8391c24](https://github.com/YoloDev/hass-rs/commit/8391c245dc2f524795cbc3505d1604ab7abc5184))


### Bug Fixes

* **client:** default-features = false for dependencies ([#29](https://github.com/YoloDev/hass-rs/issues/29)) ([80d0f20](https://github.com/YoloDev/hass-rs/commit/80d0f20b6958b1670069b7365968a42b4f0f6938))
* span context issues ([#47](https://github.com/YoloDev/hass-rs/issues/47)) ([abca3dc](https://github.com/YoloDev/hass-rs/commit/abca3dcdcbb76b934eb2692fd7240d0e6d3ba02a))
2 changes: 1 addition & 1 deletion crates/mqtt-client/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "hass-mqtt-client"
version = "0.0.0"
version = "0.1.0"
description = "home-assistant MQTT client"
edition.workspace = true
authors.workspace = true
Expand Down
18 changes: 18 additions & 0 deletions crates/mqtt-macros/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Changelog

## 0.1.0 (2025-07-20)


### ⚠ BREAKING CHANGES

* rename most of the crates

### Features

* create mqtt client ([#26](https://github.com/YoloDev/hass-rs/issues/26)) ([bad7343](https://github.com/YoloDev/hass-rs/commit/bad7343052c4b75f90aec99e72b2c7a53bbbd6a6))
* partial no-std support ([#49](https://github.com/YoloDev/hass-rs/issues/49)) ([8391c24](https://github.com/YoloDev/hass-rs/commit/8391c245dc2f524795cbc3505d1604ab7abc5184))


### Dependencies

* update rust crate itertools to 0.11 ([#54](https://github.com/YoloDev/hass-rs/issues/54)) ([f12c56e](https://github.com/YoloDev/hass-rs/commit/f12c56e566324db660c11dd471d4d157360e083c))
2 changes: 1 addition & 1 deletion crates/mqtt-macros/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "hass-mqtt-macros"
version = "0.0.0"
version = "0.1.0"
description = "home-assistant MQTT discovery types macros"
edition.workspace = true
authors.workspace = true
Expand Down
8 changes: 8 additions & 0 deletions crates/mqtt-proto/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 0.1.0 (2025-07-20)


### Features

* add tracing ([#33](https://github.com/YoloDev/hass-rs/issues/33)) ([f833af1](https://github.com/YoloDev/hass-rs/commit/f833af1c61de8dd79ebfe66dd6488ab126312960))
* partial no-std support ([#49](https://github.com/YoloDev/hass-rs/issues/49)) ([8391c24](https://github.com/YoloDev/hass-rs/commit/8391c245dc2f524795cbc3505d1604ab7abc5184))

## [0.2.0](https://github.com/YoloDev/hass-rs/compare/hass-mqtt-discovery-v0.1.0...hass-mqtt-discovery-v0.2.0) (2022-11-27)


Expand Down
2 changes: 1 addition & 1 deletion crates/mqtt-proto/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "hass-mqtt-proto"
version = "0.0.0"
version = "0.1.0"
description = "home-assistant MQTT discovery types"
edition.workspace = true
authors.workspace = true
Expand Down
23 changes: 23 additions & 0 deletions crates/mqtt-provider-paho/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# Changelog

## 0.1.0 (2025-07-20)


### ⚠ BREAKING CHANGES

* rename most of the crates

### Features

* add tracing ([#33](https://github.com/YoloDev/hass-rs/issues/33)) ([f833af1](https://github.com/YoloDev/hass-rs/commit/f833af1c61de8dd79ebfe66dd6488ab126312960))
* create mqtt client ([#26](https://github.com/YoloDev/hass-rs/issues/26)) ([bad7343](https://github.com/YoloDev/hass-rs/commit/bad7343052c4b75f90aec99e72b2c7a53bbbd6a6))


### Bug Fixes

* span context issues ([#47](https://github.com/YoloDev/hass-rs/issues/47)) ([abca3dc](https://github.com/YoloDev/hass-rs/commit/abca3dcdcbb76b934eb2692fd7240d0e6d3ba02a))


### Dependencies

* update rust crate paho-mqtt to 0.12 ([#35](https://github.com/YoloDev/hass-rs/issues/35)) ([3490810](https://github.com/YoloDev/hass-rs/commit/3490810e21c79fbbf17886839d68d48576f08f42))
2 changes: 1 addition & 1 deletion crates/mqtt-provider-paho/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "hass-mqtt-provider-paho"
version = "0.0.0"
version = "0.1.0"
edition.workspace = true
authors.workspace = true
license.workspace = true
Expand Down
27 changes: 27 additions & 0 deletions crates/mqtt-provider/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# Changelog

## 0.1.0 (2025-07-20)


### ⚠ BREAKING CHANGES

* rename most of the crates

### Features

* add tracing ([#33](https://github.com/YoloDev/hass-rs/issues/33)) ([f833af1](https://github.com/YoloDev/hass-rs/commit/f833af1c61de8dd79ebfe66dd6488ab126312960))
* create mqtt client ([#26](https://github.com/YoloDev/hass-rs/issues/26)) ([bad7343](https://github.com/YoloDev/hass-rs/commit/bad7343052c4b75f90aec99e72b2c7a53bbbd6a6))


### Dependencies

* update rust crate async-trait to 0.1.60 ([#30](https://github.com/YoloDev/hass-rs/issues/30)) ([e84fe7f](https://github.com/YoloDev/hass-rs/commit/e84fe7fce6cc462c3547f351c51e0f0cf8a034e0))
* update rust crate async-trait to 0.1.61 ([#34](https://github.com/YoloDev/hass-rs/issues/34)) ([4f7cb9f](https://github.com/YoloDev/hass-rs/commit/4f7cb9f043d23492eae862c15428c65c8f70468e))
* update rust crate async-trait to 0.1.62 ([#36](https://github.com/YoloDev/hass-rs/issues/36)) ([5aa78c2](https://github.com/YoloDev/hass-rs/commit/5aa78c21507a5ffc0e9b7ac71587c983509ec15b))
* update rust crate async-trait to 0.1.63 ([#37](https://github.com/YoloDev/hass-rs/issues/37)) ([139eddf](https://github.com/YoloDev/hass-rs/commit/139eddf3a6a270f4e3932d10cdacd6a172ea9ac0))
* update rust crate async-trait to 0.1.64 ([#39](https://github.com/YoloDev/hass-rs/issues/39)) ([87d949e](https://github.com/YoloDev/hass-rs/commit/87d949e181c7c1beac30be1d25810308a7ed8004))
* update rust crate async-trait to 0.1.65 ([#40](https://github.com/YoloDev/hass-rs/issues/40)) ([95c625a](https://github.com/YoloDev/hass-rs/commit/95c625abda581316e43a3d0e412c2b64cf57bbe8))
* update rust crate async-trait to 0.1.66 ([#42](https://github.com/YoloDev/hass-rs/issues/42)) ([f7142a8](https://github.com/YoloDev/hass-rs/commit/f7142a89100eb535ddac817ae560139243f2a048))
* update rust crate async-trait to 0.1.68 ([#44](https://github.com/YoloDev/hass-rs/issues/44)) ([e52d300](https://github.com/YoloDev/hass-rs/commit/e52d3000dfa81dbfe6897a980270afd5bc58586b))
* update rust crate futures to 0.3.26 ([#38](https://github.com/YoloDev/hass-rs/issues/38)) ([2d0608f](https://github.com/YoloDev/hass-rs/commit/2d0608f3c642057a094abe152dafcdbde5be1d90))
* update rust crate futures to 0.3.28 ([#43](https://github.com/YoloDev/hass-rs/issues/43)) ([a0d0a64](https://github.com/YoloDev/hass-rs/commit/a0d0a6458ba1694625601d8a1aed249db21f1386))
2 changes: 1 addition & 1 deletion crates/mqtt-provider/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "hass-mqtt-provider"
version = "0.0.0"
version = "0.1.0"
edition.workspace = true
authors.workspace = true
license.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion examples/mqtt-light-manual-topics/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "mqtt-light-manual-topics"
version = "0.0.0"
version = "0.0.1"
edition = "2021"
publish = false

Expand Down
2 changes: 1 addition & 1 deletion examples/mqtt-light/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "mqtt-light"
version = "0.0.0"
version = "0.0.1"
edition = "2021"
publish = false

Expand Down