From 00973a365d171095094dbf4d54b57ff4eab9fc91 Mon Sep 17 00:00:00 2001 From: Chris Elsworth Date: Fri, 29 Sep 2023 10:14:59 +0100 Subject: [PATCH] Release v0.12.0 --- CHANGELOG.md | 2 +- Cargo.lock | 2 +- Cargo.toml | 2 +- addon/config.yaml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fee43ce..3f7205b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -# 0.12.0 - Unreleased +# 0.12.0 - 29th September 2023 * Add more sensors to HomeAssistant autodiscovery (#181, #194, @Sboshoff76) * Add `p_battery` and `p_grid` inputs keys to show net power flows (#183) diff --git a/Cargo.lock b/Cargo.lock index 613188f..296e0ba 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1119,7 +1119,7 @@ dependencies = [ [[package]] name = "lxp-bridge" -version = "0.12.0-dev" +version = "0.12.0" dependencies = [ "anyhow", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index e44d7b2..6c1c9fc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "lxp-bridge" -version = "0.12.0-dev" +version = "0.12.0" authors = ["Chris Elsworth "] edition = "2021" repository = "https://github.com/celsworth/lxp-bridge" diff --git a/addon/config.yaml b/addon/config.yaml index be965fc..056479f 100644 --- a/addon/config.yaml +++ b/addon/config.yaml @@ -1,5 +1,5 @@ name: lxp-bridge -version: v0.11.0 +version: v0.12.0 slug: lxp-bridge description: lxp-bridge is a tool to communicate with a LuxPower inverter (commonly used with home-battery and solar setups), written in Rust. It allows you to monitor and control your inverter locally without any dependence on the manufacturer's own servers in China. arch: [armhf, armv7, aarch64, amd64, i386]