From eccdef675d041c5831b45f230860b7efcb5ac998 Mon Sep 17 00:00:00 2001 From: Jesse Hills <3060199+jesserockz@users.noreply.github.com> Date: Wed, 26 Jun 2024 22:41:49 +1200 Subject: [PATCH 1/3] Bump version to 2024.6.3 --- Doxygen | 2 +- Makefile | 2 +- _static/version | 2 +- conf.py | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Doxygen b/Doxygen index 067f4575d..888c3e5d3 100644 --- a/Doxygen +++ b/Doxygen @@ -38,7 +38,7 @@ PROJECT_NAME = "ESPHome" # could be handy for archiving the generated documentation or if some version # control system is used. -PROJECT_NUMBER = 2024.6.2 +PROJECT_NUMBER = 2024.6.3 # Using the PROJECT_BRIEF tag one can provide an optional one line description # for a project that appears at the top of each page and should give viewer a diff --git a/Makefile b/Makefile index 4cde22333..ae7d48496 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ ESPHOME_PATH = ../esphome -ESPHOME_REF = 2024.6.2 +ESPHOME_REF = 2024.6.3 PAGEFIND_VERSION=1.1.0 PAGEFIND=pagefind NET_PAGEFIND=../pagefindbin/pagefind diff --git a/_static/version b/_static/version index 175b07ed1..234cd8960 100644 --- a/_static/version +++ b/_static/version @@ -1 +1 @@ -2024.6.2 \ No newline at end of file +2024.6.3 \ No newline at end of file diff --git a/conf.py b/conf.py index 94236452d..27d47fb9a 100644 --- a/conf.py +++ b/conf.py @@ -69,7 +69,7 @@ author = "ESPHome" # The short X.Y version. version = "2024.6" # The full version, including alpha/beta/rc tags. -release = "2024.6.2" +release = "2024.6.3" # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. From 76c2b04e1734a33a67916089a3c62a7e08ac6b00 Mon Sep 17 00:00:00 2001 From: Jesse Hills <3060199+jesserockz@users.noreply.github.com> Date: Wed, 26 Jun 2024 22:42:18 +1200 Subject: [PATCH 2/3] Update changelog for 2024.6.3 --- changelog/2024.6.0.rst | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/changelog/2024.6.0.rst b/changelog/2024.6.0.rst index b464d5de8..6b17f3d06 100644 --- a/changelog/2024.6.0.rst +++ b/changelog/2024.6.0.rst @@ -202,6 +202,17 @@ Release 2024.6.2 - June 25 - [one-wire] fix potential hang :esphomepr:`6976` by :ghuser:`ssieb` - [midea] fix fan speed compatibility with some models :esphomepr:`6978` by :ghuser:`dudanov` +Release 2024.6.3 - June 26 +-------------------------- + +- [safe_mode] Set safe mode core data in disabled cases :esphomepr:`6983` by :ghuser:`jesserockz` +- [ota-esphome] Validate for multiple esphome ota instances :esphomepr:`6984` by :ghuser:`kbx81` +- Improve 'body' handling in http_request on_response triggers :esphomepr:`6968` by :ghuser:`kpfleming` +- [ds1307] Initialize uninitialized struct members :esphomepr:`6985` by :ghuser:`ptr727` +- Fix float encoding in modbus server :esphomepr:`6986` by :ghuser:`Petapton` +- [dallas_temp] fix ds18s20 temp calc :esphomepr:`6988` by :ghuser:`ssieb` +- [modbus-text-sensor] fix potential buffer overflow :esphomepr:`6993` by :ghuser:`dudanov` + Full list of changes -------------------- From 290c9a7376e2962da77306ebc89c378a5fc48ccd Mon Sep 17 00:00:00 2001 From: Jesse Hills <3060199+jesserockz@users.noreply.github.com> Date: Wed, 26 Jun 2024 22:42:58 +1200 Subject: [PATCH 3/3] Update supporters for 2024.6.3 --- guides/supporters.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guides/supporters.rst b/guides/supporters.rst index 4a518b343..d40ef7e07 100644 --- a/guides/supporters.rst +++ b/guides/supporters.rst @@ -1888,4 +1888,4 @@ Contributors - `Christian Zufferey (@zuzu59) `__ - `Zynth-dev (@Zynth-dev) `__ -*This page was last updated June 25, 2024.* +*This page was last updated June 26, 2024.*