diff --git a/Doxygen b/Doxygen index 60cb455f9..b57e372d7 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.4 +PROJECT_NUMBER = 2023.6.5 # 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 0865267f3..265cb5ef3 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ ESPHOME_PATH = ../esphome -ESPHOME_REF = 2023.6.4 +ESPHOME_REF = 2023.6.5 .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 7af6e8ee8..5fdceabbd 100644 --- a/_static/version +++ b/_static/version @@ -1 +1 @@ -2023.6.4 \ No newline at end of file +2023.6.5 \ No newline at end of file diff --git a/changelog/2023.6.0.rst b/changelog/2023.6.0.rst index 1e08f18e2..fd2645d16 100644 --- a/changelog/2023.6.0.rst +++ b/changelog/2023.6.0.rst @@ -78,6 +78,12 @@ Release 2023.6.4 - July 4 - Advertise noise is enabled :esphomepr:`5034` by :ghuser:`bdraco` - Update webserver to ea86d81 :esphomepr:`5023` by :ghuser:`jesserockz` +Release 2023.6.5 - July 10 +-------------------------- + +- Fix bulk and single Bluetooth parser coexistence :esphomepr:`5073` by :ghuser:`bdraco` +- binary_sensor: Validate max_length for on_click/on_double_click :esphomepr:`5068` by :ghuser:`kpfleming` + Breaking Changes ---------------- diff --git a/conf.py b/conf.py index cb61dab14..0a2c7b52b 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.4" +release = "2023.6.5" # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/guides/supporters.rst b/guides/supporters.rst index 15674b883..2b1ca2a53 100644 --- a/guides/supporters.rst +++ b/guides/supporters.rst @@ -1058,6 +1058,7 @@ Contributors - `Jordan W. Cobb (@skykingjwc) `__ - `Sebastian Lövdahl (@slovdahl) `__ - `smischny (@smischny) `__ +- `John Mueller (@softplus) `__ - `Sourabh Jaiswal (@sourabhjaiswal) `__ - `Philip Allgaier (@spacegaier) `__ - `spacemanspiff2007 (@spacemanspiff2007) `__ @@ -1078,9 +1079,9 @@ Contributors - `Mathias Stock (@Stock-M) `__ - `Strixx76 (@Strixx76) `__ - `stubs12 (@stubs12) `__ -- `Jordan Vohwinkel (@sublime93) `__ - `sud33p (@sud33p) `__ - `sumirati (@sumirati) `__ +- `swhaat (@swhaat) `__ - `swifty99 (@swifty99) `__ - `Jan Gutowski (@Switch123456789) `__ - `Sybren A. Stüvel (@sybrenstuvel) `__ @@ -1095,6 +1096,7 @@ Contributors - `Levente Tamas (@tamisoft) `__ - `Aleksandr Oleinikov (@tannisroot) `__ - `tantive (@tantive) `__ +- `Aiden (@tarontop) `__ - `Hawawa McTaru (@TaruDesigns) `__ - `Ryan Hoffman (@tekmaven) `__ - `testbughub (@testbughub) `__ @@ -1220,4 +1222,4 @@ Contributors - `Zack Barett (@zsarnett) `__ - `Christian Zufferey (@zuzu59) `__ -*This page was last updated July 4, 2023.* +*This page was last updated July 10, 2023.*