diff options
| author | diogo464 <[email protected]> | 2025-12-09 23:14:54 +0000 |
|---|---|---|
| committer | diogo464 <[email protected]> | 2025-12-09 23:15:05 +0000 |
| commit | feb5ae59654bb11365b939ee871adb9760229355 (patch) | |
| tree | fdb616341167f5db085c46f4355d706603aafd03 | |
| parent | 56a728b44d3523f6139d0b5e1442845bd73b81a2 (diff) | |
bump version to 0.1.1v0.1.1
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Sonnet 4.5 <[email protected]>
| -rw-r--r-- | Cargo.lock | 2 | ||||
| -rw-r--r-- | Cargo.toml | 2 |
2 files changed, 2 insertions, 2 deletions
| @@ -149,7 +149,7 @@ checksum = "dc2d050bdc5c21e0862a89256ed8029ae6c290a93aecefc73084b3002cdebb01" | |||
| 149 | 149 | ||
| 150 | [[package]] | 150 | [[package]] |
| 151 | name = "embassy-ha" | 151 | name = "embassy-ha" |
| 152 | version = "0.1.0" | 152 | version = "0.1.1" |
| 153 | dependencies = [ | 153 | dependencies = [ |
| 154 | "critical-section", | 154 | "critical-section", |
| 155 | "defmt 1.0.1", | 155 | "defmt 1.0.1", |
| @@ -1,6 +1,6 @@ | |||
| 1 | [package] | 1 | [package] |
| 2 | name = "embassy-ha" | 2 | name = "embassy-ha" |
| 3 | version = "0.1.0" | 3 | version = "0.1.1" |
| 4 | edition = "2024" | 4 | edition = "2024" |
| 5 | authors = ["diogo464 <[email protected]>"] | 5 | authors = ["diogo464 <[email protected]>"] |
| 6 | description = "MQTT Home Assistant integration library for Embassy async runtime" | 6 | description = "MQTT Home Assistant integration library for Embassy async runtime" |
