aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordiogo464 <[email protected]>2025-12-09 23:14:54 +0000
committerdiogo464 <[email protected]>2025-12-09 23:15:05 +0000
commitfeb5ae59654bb11365b939ee871adb9760229355 (patch)
treefdb616341167f5db085c46f4355d706603aafd03
parent56a728b44d3523f6139d0b5e1442845bd73b81a2 (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.lock2
-rw-r--r--Cargo.toml2
2 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 780e0e1..b1f0b0a 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -149,7 +149,7 @@ checksum = "dc2d050bdc5c21e0862a89256ed8029ae6c290a93aecefc73084b3002cdebb01"
149 149
150[[package]] 150[[package]]
151name = "embassy-ha" 151name = "embassy-ha"
152version = "0.1.0" 152version = "0.1.1"
153dependencies = [ 153dependencies = [
154 "critical-section", 154 "critical-section",
155 "defmt 1.0.1", 155 "defmt 1.0.1",
diff --git a/Cargo.toml b/Cargo.toml
index 6fa49c4..9dac52a 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
1[package] 1[package]
2name = "embassy-ha" 2name = "embassy-ha"
3version = "0.1.0" 3version = "0.1.1"
4edition = "2024" 4edition = "2024"
5authors = ["diogo464 <[email protected]>"] 5authors = ["diogo464 <[email protected]>"]
6description = "MQTT Home Assistant integration library for Embassy async runtime" 6description = "MQTT Home Assistant integration library for Embassy async runtime"