Skip to content

Commit c892503

Browse files
committed
Add changelog as requested + bump versions
1 parent b67bf72 commit c892503

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

.github/workflows/verify.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
name: Latest commit
55

66
env:
7-
CACHE_VERSION: 4
7+
CACHE_VERSION: 5
88
DEFAULT_PYTHON: "3.11"
99
PRE_COMMIT_HOME: ~/.cache/pre-commit
1010

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## v0.35.4
4+
5+
- Maintenance, archive older firmware and clean/update tests accordingly
6+
- Add 4.4.2 Anna testing (for now only the without boiler)
7+
- Introduce quick-fixture generation without testing
8+
- Fix `adam_jip` testcase
9+
310
## v0.35.3
411

512
- Working solution for [Core Issue #104433](https://github.com/home-assistant/core/issues/104433)

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "plugwise"
7-
version = "0.35.3"
7+
version = "0.35.4"
88
license = {file = "LICENSE"}
99
description = "Plugwise Smile (Adam/Anna/P1) and Stretch module for Python 3."
1010
readme = "README.md"

0 commit comments

Comments
 (0)