Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

prep for release 2024.3.6 into dev #77

Merged
merged 3 commits into from
Mar 6, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 13 additions & 15 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,22 +39,28 @@ Recent features from development that have not been formally released yet:
*


## 2024.2.7 Pre-release
## 2024.3.6 release

Prepare for HA Core 2025.1 release, by moving deprecated Contants to Enums. Triggered by HA Core 2023.12 release logging deprecation warnings on startup.
Initial support for new entity features in Climate entity, preparing for HA Core 2025.1.
This will suppress deprecation warnings under Home Assistant Core 2024.2 and later.

### Added
### Fixed

*
* bf778a8 Fixes deprecation warnings in HA 2024.2.x (#74)

### Changed
### Documented

*
* 95e1dab doc: move a release from beta to production
* 375a870 Changelog and manifest ready for Pre-Release 2024.2.7


## 2024.2.7 Pre-release

Prepare for HA Core 2025.1 release, by moving deprecated Contants to Enums. Triggered by HA Core 2023.12 release logging deprecation warnings on startup.

### Fixed

* 38ef7ae Updated to use new ENUM constants instead of deprecated ones (Issue #65)
*

### Documented

Expand All @@ -65,14 +71,6 @@ Prepare for HA Core 2025.1 release, by moving deprecated Contants to Enums. Trig
* 909513e Contributing pre-releases (beta versions)
*

### Deprecated

*

### Removed

*


## 2023.3.27

Expand Down
9 changes: 9 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,3 +133,12 @@ Otherwise, when the Release is created
it should be marked as a Pre-release.
That way it will only be available to users who
have selected the option 'show beta versions'.

When community testing shows that a Prerelease is ready for mainstream use:
* in the main ha-warmup repository, go into [Code / Tags / Releases](https://github.com/ha-warmup/warmup/releases)
* find the Prerelease and Edit it
* remove mentions in the text of this being a Prerelease
* uncheck the box `Set as a pre-release`
* check the box `Set as the latest release`
* click Update Release
This should make that the target of https://github.com/ha-warmup/warmup/releases/latest and therefore the version that most HACS users will be updated to.
2 changes: 1 addition & 1 deletion custom_components/warmup/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@
"iot_class": "cloud_polling",
"issue_tracker": "https://github.com/ha-warmup/warmup/issues/",
"requirements": [],
"version": "2024.2.8"
"version": "2024.3.6"
}