Skip to content

Commit 07366be

Browse files
committed
Prepared new version
1 parent 9424f60 commit 07366be

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

emhass/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.8.1] - 2024-02-28
4+
### Improvement
5+
- Improved documentation
6+
### Fix
7+
- Persistent data storage fix
8+
- Docker Standalone Publish Workspace Fix
9+
310
## [0.8.0] - 2024-02-25
411
### Improvement
512
- Thanks to the great work from @GeoDerp we now have a unified/centralized Dockerfile that allows for testing different installation configuration methods in one place. This greatly helps testing, notably emulating the add-on environment. This will improve overall testing for both teh core code and the add-on. Again many thanks!

emhass/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: EMHASS
22
description: Energy Management for Home Assistant
33
url: https://github.com/davidusb-geek/emhass
4-
version: 0.8.0
4+
version: 0.8.1
55
slug: emhass
66
arch:
77
- aarch64

emhass/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@ skforecast==0.11.0
1414
flask>=2.0.3
1515
waitress>=2.1.1
1616
plotly>=5.6.0
17-
emhass==0.8.0
17+
emhass==0.8.1
1818
#git+https://github.com/davidusb-geek/emhass

0 commit comments

Comments
 (0)