From ec6e4998229f57d2423746e08200c3ebd23c86f5 Mon Sep 17 00:00:00 2001 From: Jesse Hills <3060199+jesserockz@users.noreply.github.com> Date: Wed, 2 Mar 2022 17:07:09 +1300 Subject: [PATCH 1/3] Bump version to 2022.2.6 --- Doxygen | 2 +- Makefile | 2 +- _static/version | 2 +- conf.py | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Doxygen b/Doxygen index 7caf16450..56c512d6f 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.2.5 +PROJECT_NUMBER = 2022.2.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 b7e7f6aa4..c47eae3b0 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ ESPHOME_PATH = ../esphome -ESPHOME_REF = 2022.2.5 +ESPHOME_REF = 2022.2.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 f608828a0..e77024185 100644 --- a/_static/version +++ b/_static/version @@ -1 +1 @@ -2022.2.5 \ No newline at end of file +2022.2.6 \ No newline at end of file diff --git a/conf.py b/conf.py index 72cbf9c07..52148565a 100644 --- a/conf.py +++ b/conf.py @@ -69,7 +69,7 @@ author = "ESPHome" # The short X.Y version. version = "2022.2" # The full version, including alpha/beta/rc tags. -release = "2022.2.5" +release = "2022.2.6" # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. From 01f3cacdd5c1c8162801f1aed8c5a867f256537a Mon Sep 17 00:00:00 2001 From: Jesse Hills <3060199+jesserockz@users.noreply.github.com> Date: Wed, 2 Mar 2022 17:07:28 +1300 Subject: [PATCH 2/3] Update changelog for 2022.2.6 --- changelog/2022.2.0.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/changelog/2022.2.0.rst b/changelog/2022.2.0.rst index 4429d94f5..3243c3603 100644 --- a/changelog/2022.2.0.rst +++ b/changelog/2022.2.0.rst @@ -139,6 +139,11 @@ Release 2022.2.5 - February 23 - Respect ESPHOME_USE_SUBPROCESS in esp32 post_build script :esphomepr:`3246` by :ghuser:`mweinelt` - Fix regression caused by TSL2591 auto gain :esphomepr:`3249` by :ghuser:`Azimath` +Release 2022.2.6 - March 2 +-------------------------- + +- Only get free memory size from internal :esphomepr:`3259` by :ghuser:`jesserockz` + Full list of changes -------------------- From 4fff1faf4ec9be32b43a1f8ee5e1d6a9f8f60a34 Mon Sep 17 00:00:00 2001 From: Jesse Hills <3060199+jesserockz@users.noreply.github.com> Date: Wed, 2 Mar 2022 17:07:59 +1300 Subject: [PATCH 3/3] Update supporters for 2022.2.6 --- guides/supporters.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/guides/supporters.rst b/guides/supporters.rst index 633f647fe..14a397d1d 100644 --- a/guides/supporters.rst +++ b/guides/supporters.rst @@ -52,6 +52,7 @@ Contributors - `Alex Iribarren (@alexiri) `__ - `Alex Mekkering (@AlexMekkering) `__ - `Alex (@alexyao2015) `__ +- `alva (@alva-seal) `__ - `Amish Vishwakarma (@amishv) `__ - `Jason Nader (@ammgws) `__ - `anatoly-savchenkov (@anatoly-savchenkov) `__ @@ -544,7 +545,6 @@ Contributors - `Niccolò Maggioni (@nmaggioni) `__ - `Jan Sandbrink (@NobodysNightmare) `__ - `Łukasz Śliwiński (@nonameplum) `__ -- `ffabi (@norges) `__ - `Greg Johnson (@notgwj) `__ - `nouser2013 (@nouser2013) `__ - `Stanislav Meduna (@numo68) `__ @@ -805,4 +805,4 @@ Contributors - `Michael Labuschke (@zigman79) `__ - `Christian Zufferey (@zuzu59) `__ -*This page was last updated February 23, 2022.* +*This page was last updated March 2, 2022.*