From b5c493d43295cb1631904e1b425e463bfc4fab2b Mon Sep 17 00:00:00 2001 From: "patchbotmcbotface[bot]" <160480162+patchbotmcbotface[bot]@users.noreply.github.com> Date: Tue, 6 Jan 2026 10:11:30 +0000 Subject: [PATCH] chore(main): release 2.0.0-beta.1 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 20 ++++++++++++++++++++ custom_components/robovac/manifest.json | 2 +- pyproject.toml | 2 +- 4 files changed, 23 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 6180eb92..8b058910 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.5.0" + ".": "2.0.0-beta.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index ca95bc48..e89280d8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,26 @@ 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). +## [2.0.0-beta.1](https://github.com/damacus/robovac/compare/v1.5.0...v2.0.0-beta.1) (2026-01-06) + + +### Features + +* Add docs site ([#287](https://github.com/damacus/robovac/issues/287)) ([6f4560b](https://github.com/damacus/robovac/commit/6f4560b5818b7c31ccc7e9507187b3aebfb3322f)) +* Add Protocol 3.4 HMAC-SHA256 support and improve decryption error handling ([#286](https://github.com/damacus/robovac/issues/286)) ([8d0eb8d](https://github.com/damacus/robovac/commit/8d0eb8d7e684db7a877a428352d36970a5569ba2)) +* add protocol version selection for Tuya devices ([#278](https://github.com/damacus/robovac/issues/278)) ([7b99613](https://github.com/damacus/robovac/commit/7b99613643837dd06056a4178992538174a0621f)) +* Simplify README and point to docs site ([#291](https://github.com/damacus/robovac/issues/291)) ([5e82fe8](https://github.com/damacus/robovac/commit/5e82fe8fe06e05f27c53e0ba181e18a07a301e77)) + + +### Bug Fixes + +* correct markdown table formatting in archive docs ([c79507a](https://github.com/damacus/robovac/commit/c79507a170f73f7320f824005ab7a7cb2c5201ea)) + + +### Documentation + +* Document T2276 communication issues and investigation ([#238](https://github.com/damacus/robovac/issues/238)) ([933ed71](https://github.com/damacus/robovac/commit/933ed710eb6e0d1583acd873dfd4cb4a48c450a4)), closes [#42](https://github.com/damacus/robovac/issues/42) + ## [1.5.0](https://github.com/damacus/robovac/compare/v1.4.0...v1.5.0) (2025-10-22) diff --git a/custom_components/robovac/manifest.json b/custom_components/robovac/manifest.json index cfbbc1dc..400b6045 100644 --- a/custom_components/robovac/manifest.json +++ b/custom_components/robovac/manifest.json @@ -11,5 +11,5 @@ "iot_class": "local_polling", "issue_tracker": "https://github.com/damacus/robovac/issues", "requirements": [], - "version": "1.5.0" + "version": "2.0.0-beta.1" } \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index 722fc032..947fd4d8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "robovac" -version = "1.5.0" +version = "2.0.0-beta.1" description = "Eufy RoboVac integration for Home Assistant" readme = "README.md" requires-python = ">=3.13.0"