Skip to content

Commit

Permalink
doc: Update version number and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
alepee committed Dec 18, 2024
1 parent 352b32e commit 30bce34
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 4 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,21 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.5.0-b2] - 2024-12-18

### Added
- Added power meter entity configuration option for more accurate COP calculations
- Added support for external power meter in sensor calculations

### Changed
- Modified configuration flow to include power meter entity selection
- Updated COP calculations to use power meter readings when available
- Enhanced power consumption accuracy with direct power meter readings

### Documentation
- Updated README with power meter configuration instructions
- Added power meter entity option in configuration documentation

## [1.5.0-b1] - 2024-12-14

### Added
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__VERSION__ = "1.4.2"
__VERSION__ = "1.5.0-b2"

bump:
bump2version --allow-dirty --current-version $(__VERSION__) patch Makefile custom_components/hitachi_yutaki/const.py custom_components/hitachi_yutaki/manifest.json
Expand Down
2 changes: 1 addition & 1 deletion custom_components/hitachi_yutaki/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
MANUFACTURER = "Hitachi"
GATEWAY_MODEL = "ATW-MBS-02"

VERSION = "1.4.2"
VERSION = "1.5.0-b2"

# Default values
DEFAULT_NAME = "Hitachi Yutaki"
Expand Down
2 changes: 1 addition & 1 deletion custom_components/hitachi_yutaki/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@
"requirements": [
"pymodbus==3.6.9"
],
"version": "1.4.2"
"version": "1.5.0-b2"
}
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.4.2
current_version = 1.5.0-b2

[flake8]
exclude = .venv,.git,.tox,docs,venv,bin,lib,deps,build
Expand Down

0 comments on commit 30bce34

Please sign in to comment.