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/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 -------------------- 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. 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.*