chore(release): Release v0.2.0

Signed-off-by: Bobby Noelte <b0661n0e17e@gmail.com>
This commit is contained in:
Bobby Noelte
2025-11-09 09:07:04 +01:00
parent 3599088dce
commit 2e9902c459
12 changed files with 389 additions and 123 deletions

View File

@@ -21,7 +21,7 @@ if TYPE_CHECKING:
# - tuple[str, Callable[[Any], Any]] (new path + transform)
# - None (drop)
MIGRATION_MAP: Dict[str, Union[str, Tuple[str, Callable[[Any], Any]], None]] = {
# 0.1.0 -> now
# 0.1.0 -> 0.2.0
"devices/batteries/0/initial_soc_percentage": None,
"devices/electric_vehicles/0/initial_soc_percentage": None,
"elecprice/provider_settings/import_file_path": "elecprice/provider_settings/ElecPriceImport/import_file_path",

View File

@@ -2,4 +2,4 @@
# For development add `+dev` to previous release
# For release omit `+dev`.
__version__ = "0.1.0+dev"
__version__ = "0.2.0"

View File

@@ -1,5 +1,5 @@
{
"general": {
"version": "0.1.0+dev"
"version": "0.2.0"
}
}