From 7b7c7883ecfe59ed713cc2a21828c58ba8ca978e Mon Sep 17 00:00:00 2001 From: esphomebot Date: Wed, 20 Dec 2023 05:34:36 +0000 Subject: [PATCH] Bump version to 2023.12.0b5 --- esphome-beta/CHANGELOG.md | 8 ++------ esphome-beta/config.yaml | 2 +- template/addon_config.yaml | 2 +- 3 files changed, 4 insertions(+), 8 deletions(-) diff --git a/esphome-beta/CHANGELOG.md b/esphome-beta/CHANGELOG.md index af1c6fd..26b3d9a 100644 --- a/esphome-beta/CHANGELOG.md +++ b/esphome-beta/CHANGELOG.md @@ -1,8 +1,4 @@ -## 2023.12.0b4 +## 2023.12.0b5 -- Fix build issue with UART component when building with Arduino and CDC [esphome#5964](https://github.com/esphome/esphome/pull/5964) by [@kbx81](https://github.com/kbx81) -- Fix I2CBus::write() bug and add i2c documentation [esphome#5947](https://github.com/esphome/esphome/pull/5947) by [@DrCoolzic](https://github.com/DrCoolzic) -- Add deep sleep between updates for waveshare epaper 1.54in and 1.54inv2 [esphome#5961](https://github.com/esphome/esphome/pull/5961) by [@mathieu-mp](https://github.com/mathieu-mp) -- Speed up writing protobuf strings/bytes [esphome#5828](https://github.com/esphome/esphome/pull/5828) by [@bdraco](https://github.com/bdraco) -- Bump aioesphomeapi to 21.0.1 [esphome#5969](https://github.com/esphome/esphome/pull/5969) by [@bdraco](https://github.com/bdraco) +- rename set_raw_touch_position_ to add_raw_touch_position_ [esphome#5962](https://github.com/esphome/esphome/pull/5962) by [@nielsnl68](https://github.com/nielsnl68) diff --git a/esphome-beta/config.yaml b/esphome-beta/config.yaml index 8b82230..f7c175b 100644 --- a/esphome-beta/config.yaml +++ b/esphome-beta/config.yaml @@ -32,7 +32,7 @@ backup_exclude: init: false startup: services name: ESPHome (beta) -version: 2023.12.0b4 +version: 2023.12.0b5 slug: esphome-beta description: Beta version of ESPHome add-on image: ghcr.io/esphome/esphome-hassio diff --git a/template/addon_config.yaml b/template/addon_config.yaml index 6d83fbd..34acafe 100644 --- a/template/addon_config.yaml +++ b/template/addon_config.yaml @@ -70,7 +70,7 @@ esphome-beta: <<: *base directory: esphome-beta name: ESPHome (beta) - version: '2023.12.0b4' # BETA + version: '2023.12.0b5' # BETA slug: esphome-beta description: "Beta version of ESPHome add-on" url: https://beta.esphome.io/