diff --git a/Doxygen b/Doxygen index d8beab513..051cadfe5 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 = 2022.12.0b1 +PROJECT_NUMBER = 2022.12.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 bfa492d16..83d53a843 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ ESPHOME_PATH = ../esphome -ESPHOME_REF = 2022.12.0b1 +ESPHOME_REF = 2022.12.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 50820cef9..d1dbdb667 100644 --- a/_static/version +++ b/_static/version @@ -1 +1 @@ -2022.12.0b1 \ No newline at end of file +2022.12.0b2 \ No newline at end of file diff --git a/changelog/2022.12.0.rst b/changelog/2022.12.0.rst index 400390c91..54de8a2aa 100644 --- a/changelog/2022.12.0.rst +++ b/changelog/2022.12.0.rst @@ -46,6 +46,11 @@ Notable Changes - Update esp32 arduino and platform versions :esphomepr:`3564` by :ghuser:`jesserockz` (notable-change) (breaking-change) - Update ESP-IDF and platform version :esphomepr:`3565` by :ghuser:`jesserockz` (notable-change) +Beta Changes +^^^^^^^^^^^^ + +- Fix ble parsing with zero padded advertisements :esphomepr:`4162` by :ghuser:`jesserockz` + All changes ^^^^^^^^^^^ diff --git a/conf.py b/conf.py index d6681ab82..1b8b3facb 100644 --- a/conf.py +++ b/conf.py @@ -69,7 +69,7 @@ author = "ESPHome" # The short X.Y version. version = "2022.12" # The full version, including alpha/beta/rc tags. -release = "2022.12.0b1" +release = "2022.12.0b2" # 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 97de10c27..7b32aa423 100644 --- a/guides/supporters.rst +++ b/guides/supporters.rst @@ -191,7 +191,6 @@ Contributors - `Luar Roji (@cyberplant) `__ - `Aleš Komárek (@cznewt) `__ - `d-two (@d-two) `__ -- `dab0g (@dab0g) `__ - `Dale Higgs (@dale3h) `__ - `damanti-me (@damanti-me) `__ - `Daniel Bjørnbakk (@danibjor) `__ @@ -447,6 +446,7 @@ Contributors - `Joe Gross (@joegross) `__ - `Johan van der Kuijl (@johanvanderkuijl) `__ - `Johboh (@Johboh) `__ +- `John Britton (@johndbritton) `__ - `John Erik Halse (@johnerikhalse) `__ - `John Moxley (@johnmoxley) `__ - `JonasEr (@JonasEr) `__ @@ -904,4 +904,4 @@ Contributors - `Zack Barett (@zsarnett) `__ - `Christian Zufferey (@zuzu59) `__ -*This page was last updated December 7, 2022.* +*This page was last updated December 8, 2022.*