From aecf9affaf628380d640a9cceb42e8b309d96666 Mon Sep 17 00:00:00 2001 From: Jesse Hills <3060199+jesserockz@users.noreply.github.com> Date: Tue, 20 Dec 2022 23:15:41 +1300 Subject: [PATCH 1/3] Bump version to 2022.12.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 3b155d83a..64b6454c6 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.2 +PROJECT_NUMBER = 2022.12.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 033f0b9c6..119e7859b 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ ESPHOME_PATH = ../esphome -ESPHOME_REF = 2022.12.2 +ESPHOME_REF = 2022.12.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 7b8b4183b..cccaeaa1b 100644 --- a/_static/version +++ b/_static/version @@ -1 +1 @@ -2022.12.2 \ No newline at end of file +2022.12.3 \ No newline at end of file diff --git a/conf.py b/conf.py index 17808e0fc..c7f46e964 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.2" +release = "2022.12.3" # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. From f0efa7d56384e1fda98e9b501c9cc05bd0e86827 Mon Sep 17 00:00:00 2001 From: Jesse Hills <3060199+jesserockz@users.noreply.github.com> Date: Tue, 20 Dec 2022 23:15:57 +1300 Subject: [PATCH 2/3] Update changelog for 2022.12.3 --- changelog/2022.12.0.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/changelog/2022.12.0.rst b/changelog/2022.12.0.rst index a80e95633..f55e917bc 100644 --- a/changelog/2022.12.0.rst +++ b/changelog/2022.12.0.rst @@ -47,6 +47,11 @@ Release 2022.12.2 - December 20 - Fix import_full_config for adoption configs :esphomepr:`4197` by :ghuser:`jesserockz` - Handle zero padding anywhere in the combined adv data :esphomepr:`4208` by :ghuser:`bdraco` +Release 2022.12.3 - December 20 +------------------------------- + +- Fix ESP32 GPIO when using INPUT PULLUP mode :esphomepr:`4213` by :ghuser:`jesserockz` + Full list of changes -------------------- From 8e7d1e76af8d933e1eaa61a18696d8475031a3f8 Mon Sep 17 00:00:00 2001 From: Jesse Hills <3060199+jesserockz@users.noreply.github.com> Date: Tue, 20 Dec 2022 23:16:36 +1300 Subject: [PATCH 3/3] Update supporters for 2022.12.3 --- guides/supporters.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/guides/supporters.rst b/guides/supporters.rst index b8082c638..8e76b9f36 100644 --- a/guides/supporters.rst +++ b/guides/supporters.rst @@ -167,6 +167,7 @@ Contributors - `Chris Debenham (@cjd) `__ - `Clifford Roche (@cmroche) `__ - `code-review-doctor (@code-review-doctor) `__ +- `Casey Burnett (@codeangler) `__ - `CODeRUS (@CODeRUS) `__ - `Cody James (@codyjamestechnical) `__ - `Colin Leroy-Mira (@colinleroy) `__ @@ -186,7 +187,6 @@ Contributors - `Massimo Cetra (@ctrix) `__ - `cvwillegen (@cvwillegen) `__ - `Christoph Wempe (@CWempe) `__ -- `cwitting (@cwitting) `__ - `Alex Solomaha (@CyanoFresh) `__ - `Luar Roji (@cyberplant) `__ - `Aleš Komárek (@cznewt) `__ @@ -225,6 +225,7 @@ Contributors - `dependabot[bot] (@dependabot[bot]) `__ - `Joeri Colman (@depuits) `__ - `Destix (@Destix) `__ +- `Deun Lee (@deunlee) `__ - `Develo (@devyte) `__ - `Dezorian (@Dezorian) `__ - `Dan Halbert (@dhalbert) `__