Skip to content

Commit f9380f7

Browse files
committed
release: Bump version to 1.0.2
1 parent e1ef2a3 commit f9380f7

File tree

4 files changed

+18
-4
lines changed

4 files changed

+18
-4
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,20 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [1.0.2] - 2025-11-05
9+
10+
### Added
11+
- Persistent storage for historical HDD and CDD data (prevents data loss on restarts)
12+
- Field descriptions in configuration UI
13+
14+
### Changed
15+
- Default base temperature: 18°C for Celsius (was 65°C), 65°F for Fahrenheit (unchanged)
16+
- Temperature unit now automatically detected from Home Assistant preferences
17+
- Removed temperature unit field from configuration flow
18+
19+
### Fixed
20+
- Fixed issue #57: Monthly and weekly degree days values no longer reset after Home Assistant restart
21+
822
## [1.0.1] - 2025-01-27
923

1024
### Fixed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__VERSION__ = "1.0.1"
1+
__VERSION__ = "1.0.2-beta.2"
22

33
bump:
44
bump2version --allow-dirty --current-version $(__VERSION__) patch Makefile custom_components/heating_cooling_degree_days/manifest.json

custom_components/heating_cooling_degree_days/manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@
1212
"iot_class": "calculated",
1313
"issue_tracker": "https://github.com/alepee/hass-heating_cooling_degree_days/issues",
1414
"requirements": [],
15-
"version": "1.0.1"
16-
}
15+
"version": "1.0.2-beta.2"
16+
}

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 1.0.1
2+
current_version = 1.0.2-beta.2
33

44
[flake8]
55
exclude = .venv,.git,.tox,docs,venv,bin,lib,deps,build

0 commit comments

Comments
 (0)