Skip to content

Commit 5d52dda

Browse files
committed
Bump version to 0.4.0
1 parent df160d9 commit 5d52dda

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ 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.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## [Unreleased]
8+
## [0.4.0] - 2026-05-21
99

1010
### Added
1111

@@ -139,7 +139,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
139139

140140
- Initial release.
141141

142-
[Unreleased]: https://github.com/cryptomilk/hass-eink-dashboard/compare/v0.3.0...HEAD
142+
[0.4.0]: https://github.com/cryptomilk/hass-eink-dashboard/compare/v0.3.0...v0.4.0
143143
[0.3.0]: https://github.com/cryptomilk/hass-eink-dashboard/compare/v0.2.0...v0.3.0
144144
[0.2.0]: https://github.com/cryptomilk/hass-eink-dashboard/compare/v0.1.0...v0.2.0
145145
[0.1.0]: https://github.com/cryptomilk/hass-eink-dashboard/releases/tag/v0.1.0

custom_components/eink_dashboard/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@
88
"iot_class": "local_polling",
99
"issue_tracker": "https://github.com/cryptomilk/hass-eink-dashboard/issues",
1010
"requirements": ["defusedxml>=0.7.1", "resvg-py>=0.3.2"],
11-
"version": "0.3.0"
11+
"version": "0.4.0"
1212
}

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "hass-eink-dashboard"
3-
version = "0.3.0"
3+
version = "0.4.0"
44
description = "Home Assistant custom component that renders e-ink dashboard images from entity state"
55
requires-python = ">=3.14.2"
66
license = "Apache-2.0"

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)