From e70ea9cb31fd810c7de1d8f1b2bf53761024007b Mon Sep 17 00:00:00 2001 From: Jesse Hills <3060199+jesserockz@users.noreply.github.com> Date: Wed, 28 Jun 2023 12:35:17 +1200 Subject: [PATCH 1/3] Bump version to 2023.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 47966b8dd..23b381eb5 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 = 2023.6.2 +PROJECT_NUMBER = 2023.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 08b13a7b3..2c7b3b09e 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ ESPHOME_PATH = ../esphome -ESPHOME_REF = 2023.6.2 +ESPHOME_REF = 2023.6.3 .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 617bf7c10..8e757af5e 100644 --- a/_static/version +++ b/_static/version @@ -1 +1 @@ -2023.6.2 \ No newline at end of file +2023.6.3 \ No newline at end of file diff --git a/conf.py b/conf.py index 985fa6a34..d72230b47 100644 --- a/conf.py +++ b/conf.py @@ -69,7 +69,7 @@ author = "ESPHome" # The short X.Y version. version = "2023.6" # The full version, including alpha/beta/rc tags. -release = "2023.6.2" +release = "2023.6.3" # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. From fcecfe6565757eec749e60dbc06328740a253adf Mon Sep 17 00:00:00 2001 From: Jesse Hills <3060199+jesserockz@users.noreply.github.com> Date: Wed, 28 Jun 2023 12:35:40 +1200 Subject: [PATCH 2/3] Update changelog for 2023.6.3 --- changelog/2023.6.0.rst | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/changelog/2023.6.0.rst b/changelog/2023.6.0.rst index 1407e6002..804ed8e43 100644 --- a/changelog/2023.6.0.rst +++ b/changelog/2023.6.0.rst @@ -61,6 +61,15 @@ Release 2023.6.2 - June 23 - remove unused static declarations :esphomepr:`4993` by :ghuser:`ssieb` - Fix rp2040 pio tool download :esphomepr:`4994` by :ghuser:`jesserockz` +Release 2023.6.3 - June 28 +-------------------------- + +- Update webserver to 56d73b5 :esphomepr:`5007` by :ghuser:`jesserockz` +- Synchronise Device Classes from Home Assistant :esphomepr:`5018` by :ghuser:`esphomebot` +- Fixes compressed downloads :esphomepr:`5014` by :ghuser:`fdcastel` +- Add CONFIG_BT_BLE_42_FEATURES_SUPPORTED for ble :esphomepr:`5008` by :ghuser:`jesserockz` + + Breaking Changes ---------------- From 0081fc459381413d68537438eb1acb2a609ff800 Mon Sep 17 00:00:00 2001 From: Jesse Hills <3060199+jesserockz@users.noreply.github.com> Date: Wed, 28 Jun 2023 12:36:11 +1200 Subject: [PATCH 3/3] Update supporters for 2023.6.3 --- guides/supporters.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/guides/supporters.rst b/guides/supporters.rst index 32034d561..b945c4d78 100644 --- a/guides/supporters.rst +++ b/guides/supporters.rst @@ -605,6 +605,7 @@ Contributors - `Jens-Christian Skibakk (@jenscski) `__ - `Jeremy Willans (@jeremywillans) `__ - `Jeroen (@jeroen85) `__ +- `jerome992 (@jerome992) `__ - `Jérôme Laban (@jeromelaban) `__ - `Jesse Hills (@jesserockz) `__ - `Joel Goguen (@jgoguen) `__ @@ -637,6 +638,7 @@ Contributors - `Jonathan Adams (@jonathanadams) `__ - `Jonathan Treffler (@JonathanTreffler) `__ - `JonnyaiR (@jonnyair) `__ +- `Jonny Bergdahl (@jonnybergdahl) `__ - `Jonathan V (@jonofmac) `__ - `Joppy (@JoppyFurr) `__ - `Jared Sanson (@jorticus) `__ @@ -786,7 +788,6 @@ Contributors - `Matthew Donoughe (@mdonoughe) `__ - `Me No Dev (@me-no-dev) `__ - `Alexandr Zarubkin (@me21) `__ -- `Joseph Mearman (@Mearman) `__ - `mechanarchy (@mechanarchy) `__ - `Bas (@Mechazawa) `__ - `mecparts (@mecparts) `__ @@ -1216,4 +1217,4 @@ Contributors - `Zack Barett (@zsarnett) `__ - `Christian Zufferey (@zuzu59) `__ -*This page was last updated June 23, 2023.* +*This page was last updated June 28, 2023.*