Skip to content

Commit

Permalink
v0.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
celsworth committed Oct 27, 2023
1 parent da26c18 commit ec74dfa
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 0.13.0 - Unreleased
# 0.13.0 - 27th October 2023

* **BREAKING CHANGE**: Simplify scheduler.timesync configuration to appease HA (#209)
* Attempt to fix unsigned maths overflow (#211)
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "lxp-bridge"
version = "0.13.0-dev"
version = "0.13.0"
authors = ["Chris Elsworth <[email protected]>"]
edition = "2021"
repository = "https://github.com/celsworth/lxp-bridge"
Expand Down
7 changes: 7 additions & 0 deletions addon/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# 0.13.0 - 27th October 2023

* **BREAKING CHANGE**: Simplify scheduler.timesync configuration to appease HA (#209)
* Attempt to fix unsigned maths overflow (#211)
* Expose max_chg_curr and max_dischg_curr to HA (#212)


# 0.12.0 - 29th September 2023

* Add more sensors to HomeAssistant autodiscovery (#181, #194, @Sboshoff76)
Expand Down
2 changes: 1 addition & 1 deletion addon/config.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: lxp-bridge
version: v0.12.0
version: v0.13.0
slug: lxp-bridge
description: Allows local communication with Luxpower inverters and bridges it to MQTT
arch:
Expand Down

0 comments on commit ec74dfa

Please sign in to comment.