diff --git a/Doxygen b/Doxygen index db752b75f..dd1308ad5 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.10.5 +PROJECT_NUMBER = 2023.10.6 # 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 3a48e4894..20d49569f 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ ESPHOME_PATH = ../esphome -ESPHOME_REF = 2023.10.5 +ESPHOME_REF = 2023.10.6 .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 cee421a96..dac417247 100644 --- a/_static/version +++ b/_static/version @@ -1 +1 @@ -2023.10.5 \ No newline at end of file +2023.10.6 \ No newline at end of file diff --git a/changelog/2023.10.0.rst b/changelog/2023.10.0.rst index 4505fb362..d2039114c 100644 --- a/changelog/2023.10.0.rst +++ b/changelog/2023.10.0.rst @@ -74,6 +74,11 @@ Release 2023.10.5 - November 1 - Ensure that all uses of strncpy in wifi component are safe. :esphomepr:`5636` by :ghuser:`kpfleming` - Remove some explicit IPAddress casts :esphomepr:`5639` by :ghuser:`HeMan` +Release 2023.10.6 - November 3 +------------------------------ + +- Revert "Ensure that all uses of strncpy in wifi component are safe." :esphomepr:`5662` by :ghuser:`jesserockz` + Breaking changes ---------------- diff --git a/conf.py b/conf.py index c1563bcc4..31b503724 100644 --- a/conf.py +++ b/conf.py @@ -69,7 +69,7 @@ author = "ESPHome" # The short X.Y version. version = "2023.10" # The full version, including alpha/beta/rc tags. -release = "2023.10.5" +release = "2023.10.6" # 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 7d152b67f..052539e6f 100644 --- a/guides/supporters.rst +++ b/guides/supporters.rst @@ -739,7 +739,6 @@ Contributors - `Leonardo La Rocca (@leoli51) `__ - `leoshusar (@leoshusar) `__ - `Leo Winter (@LeoWinterDE) `__ -- `Leon Loopik (@Lewn) `__ - `Lubos Horacek (@lhoracek) `__ - `Juraj Liso (@LiJu09) `__ - `lillborje71 (@lillborje71) `__ @@ -1118,6 +1117,7 @@ Contributors - `Hawawa McTaru (@TaruDesigns) `__ - `Ryan Hoffman (@tekmaven) `__ - `testbughub (@testbughub) `__ +- `Tudor Sandu (@tetele) `__ - `Greg Lincoln (@tetious) `__ - `Terry Hardie (@thardie) `__ - `Michael Jahn (@thatSecOpsGuy) `__ @@ -1251,4 +1251,4 @@ Contributors - `Zsolt Zsiros (@ZsZs73) `__ - `Christian Zufferey (@zuzu59) `__ -*This page was last updated November 1, 2023.* +*This page was last updated November 3, 2023.*