From feb5ae59654bb11365b939ee871adb9760229355 Mon Sep 17 00:00:00 2001 From: diogo464 Date: Tue, 9 Dec 2025 23:14:54 +0000 Subject: bump version to 0.1.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 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" [[package]] name = "embassy-ha" -version = "0.1.0" +version = "0.1.1" dependencies = [ "critical-section", "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 @@ [package] name = "embassy-ha" -version = "0.1.0" +version = "0.1.1" edition = "2024" authors = ["diogo464 "] description = "MQTT Home Assistant integration library for Embassy async runtime" -- cgit