From dc587831fef830cbba08ba5d6f0855cae19e6c0f Mon Sep 17 00:00:00 2001 From: Jesse Hills <3060199+jesserockz@users.noreply.github.com> Date: Thu, 9 May 2024 14:45:41 +1200 Subject: [PATCH 1/3] Bump version to 2024.5.0b2 --- Doxygen | 2 +- Makefile | 2 +- _static/version | 2 +- conf.py | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Doxygen b/Doxygen index ac5f7eda4..6324a1a61 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.5.0b1 +PROJECT_NUMBER = 2024.5.0b2 # 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 3f4aa0b86..9f4e48116 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ ESPHOME_PATH = ../esphome -ESPHOME_REF = 2024.5.0b1 +ESPHOME_REF = 2024.5.0b2 .PHONY: html html-strict cleanhtml deploy help live-html Makefile netlify netlify-api api netlify-dependencies svg2png copy-svg2png minify diff --git a/_static/version b/_static/version index cc8a3d951..6dbe090a9 100644 --- a/_static/version +++ b/_static/version @@ -1 +1 @@ -2024.5.0b1 \ No newline at end of file +2024.5.0b2 \ No newline at end of file diff --git a/conf.py b/conf.py index 1dfb19b25..f2ea6416c 100644 --- a/conf.py +++ b/conf.py @@ -69,7 +69,7 @@ author = "ESPHome" # The short X.Y version. version = "2024.5" # The full version, including alpha/beta/rc tags. -release = "2024.5.0b1" +release = "2024.5.0b2" # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. From bcba5ffacae5447b12aca209c4e0c4b4a8ebbcd5 Mon Sep 17 00:00:00 2001 From: Jesse Hills <3060199+jesserockz@users.noreply.github.com> Date: Thu, 9 May 2024 14:46:36 +1200 Subject: [PATCH 2/3] Update changelog for 2024.5.0b2 --- changelog/2024.5.0.rst | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/changelog/2024.5.0.rst b/changelog/2024.5.0.rst index dd26f5b1a..dd3d61d25 100644 --- a/changelog/2024.5.0.rst +++ b/changelog/2024.5.0.rst @@ -40,6 +40,16 @@ Breaking Changes - Add datetime entities :esphomepr:`6513` by :ghuser:`jesserockz` (breaking-change) - SPI and I2C for BMP390 and BMP380 :esphomepr:`6652` by :ghuser:`latonita` (new-integration) (breaking-change) +Beta Changes +^^^^^^^^^^^^ + +- [github] Upgrade to actions/[upload,download]-artifact v4 :esphomepr:`6698` by :ghuser:`jesserockz` +- [nextion] Replace flags to ``USE_ARDUINO`` :esphomepr:`6700` by :ghuser:`edwardtfn` +- [remote_receiver, remote_transmitter] Improve error messages on the ESP32 :esphomepr:`6701` by :ghuser:`Mat931` +- [ethernet] Use constexpr instead of inline define for KSZ80XX_PC2R_REG_ADDR :esphomepr:`6705` by :ghuser:`jesserockz` +- Add PHY register writes to enable external clock on Ethernet with RTL8201 :esphomepr:`6704` by :ghuser:`heythisisnate` +- Bump recommended ESP-IDF to 4.4.7 :esphomepr:`6703` by :ghuser:`bdraco` + All changes ^^^^^^^^^^^ @@ -170,6 +180,12 @@ All changes - Consolidate test files where all tests are identical :esphomepr:`6690` by :ghuser:`kbx81` - Make ``pulse_meter`` PULSE filter report the pulse as soon as it can :esphomepr:`6014` by :ghuser:`TrentHouliston` - Update webserver local assets to 20240507-231331 :esphomepr:`6696` by :ghuser:`esphomebot` +- [github] Upgrade to actions/[upload,download]-artifact v4 :esphomepr:`6698` by :ghuser:`jesserockz` +- [nextion] Replace flags to ``USE_ARDUINO`` :esphomepr:`6700` by :ghuser:`edwardtfn` +- [remote_receiver, remote_transmitter] Improve error messages on the ESP32 :esphomepr:`6701` by :ghuser:`Mat931` +- [ethernet] Use constexpr instead of inline define for KSZ80XX_PC2R_REG_ADDR :esphomepr:`6705` by :ghuser:`jesserockz` +- Add PHY register writes to enable external clock on Ethernet with RTL8201 :esphomepr:`6704` by :ghuser:`heythisisnate` +- Bump recommended ESP-IDF to 4.4.7 :esphomepr:`6703` by :ghuser:`bdraco` Past Changelogs --------------- From 639cfebaf3fddcd36376107e358f685255fd2c0a Mon Sep 17 00:00:00 2001 From: Jesse Hills <3060199+jesserockz@users.noreply.github.com> Date: Thu, 9 May 2024 14:47:16 +1200 Subject: [PATCH 3/3] Update supporters for 2024.5.0b2 --- guides/supporters.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guides/supporters.rst b/guides/supporters.rst index 39358f2c3..eed23b9da 100644 --- a/guides/supporters.rst +++ b/guides/supporters.rst @@ -1354,4 +1354,4 @@ Contributors - `Christian Zufferey (@zuzu59) `__ - `Zynth-dev (@Zynth-dev) `__ -*This page was last updated May 8, 2024.* +*This page was last updated May 9, 2024.*