Skip to content

Commit

Permalink
Prepared a new release
Browse files Browse the repository at this point in the history
  • Loading branch information
davidusb-geek committed Feb 2, 2025
1 parent 5ee4cfe commit 93f7d30
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## 0.12.5 - 2025-02-02
### Improvement
- Implemented new package manager uv resulting in faster builds. Thanks to @GeoDerp
- Implemented SonarQube automatic code review. Thanks to @GeoDerp
- Better management of SOC min/max to solve issue: MPC optim status infeasible when SOC lower than min SOC
### Fix
- Reverted back skforecast to latest version
- Fixed issue with list index out of range. Thanks to @meks007 for identifying and reporting this

## 0.12.4 - 2025-01-27
### Patch fix
- Fixed bugs on gunicorn logger and missing CBC modules
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
author = "David HERNANDEZ"

# The full version, including alpha/beta/rc tags
release = "0.12.4"
release = "0.12.5"

# -- General configuration ---------------------------------------------------

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ packages = ["src/emhass"]

[project]
name = "emhass"
version = "0.12.4"
version = "0.12.5"
description = "An Energy Management System for Home Assistant"
readme = "README.md"
requires-python = ">=3.10, <3.13"
Expand Down

0 comments on commit 93f7d30

Please sign in to comment.