Skip to content

Commit 0d0db2a

Browse files
authored
Merge pull request #1913 from esphome/bump-2022.2.1
2022.2.1
2 parents 53865da + c27eeae commit 0d0db2a

File tree

6 files changed

+11
-6
lines changed

6 files changed

+11
-6
lines changed

Doxygen

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ PROJECT_NAME = "ESPHome"
3838
# could be handy for archiving the generated documentation or if some version
3939
# control system is used.
4040

41-
PROJECT_NUMBER = 2022.2.0
41+
PROJECT_NUMBER = 2022.2.1
4242

4343
# Using the PROJECT_BRIEF tag one can provide an optional one line description
4444
# for a project that appears at the top of each page and should give viewer a

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
ESPHOME_PATH = ../esphome
2-
ESPHOME_REF = 2022.2.0
2+
ESPHOME_REF = 2022.2.1
33

44
.PHONY: html html-strict cleanhtml deploy help live-html Makefile netlify netlify-api api netlify-dependencies svg2png copy-svg2png minify
55

_static/version

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2022.2.0
1+
2022.2.1

changelog/2022.2.0.rst

+5
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,10 @@ Debug Sensors Breaking change
102102
The sub-sensors of the ``debug`` have been moved to their respective component platforms.
103103
Please see the :doc:`documentation </components/debug>` page for the new way to configure them.
104104

105+
Release 2022.2.1 - February 17
106+
------------------------------
107+
108+
- Fix missed ARDUINO_VERSION_CODE to USE_ARDUINO_VERSION_CODE changes :esphomepr:`3206` by :ghuser:`stewiem2000`
105109

106110
Full list of changes
107111
--------------------
@@ -253,6 +257,7 @@ All changes
253257
- Allow framework version validator to be maximum version :esphomepr:`3197` by :ghuser:`jesserockz` (breaking-change)
254258
- Fix strlcpy() uses to make long SSIDs and passwords work :esphomepr:`3199` by :ghuser:`mmakaay`
255259
- Update HA addon token :esphomepr:`3200` by :ghuser:`jesserockz`
260+
- Fix missed ARDUINO_VERSION_CODE to USE_ARDUINO_VERSION_CODE changes :esphomepr:`3206` by :ghuser:`stewiem2000`
256261

257262
Past Changelogs
258263
---------------

conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
# The short X.Y version.
7070
version = "2022.2"
7171
# The full version, including alpha/beta/rc tags.
72-
release = "2022.2.0"
72+
release = "2022.2.1"
7373

7474
# The language for content autogenerated by Sphinx. Refer to documentation
7575
# for a list of supported languages.

guides/supporters.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -681,6 +681,7 @@ Contributors
681681
- `Stefan (@stefanroelofs) <https://github.com/stefanroelofs>`__
682682
- `stegm (@stegm) <https://github.com/stegm>`__
683683
- `Steve Baxter (@stevebaxter) <https://github.com/stevebaxter>`__
684+
- `Stewart (@stewiem2000) <https://github.com/stewiem2000>`__
684685
- `sticilface (@sticilface) <https://github.com/sticilface>`__
685686
- `StijnVdd (@StijnVdd) <https://github.com/StijnVdd>`__
686687
- `Stijn Tintel (@stintel) <https://github.com/stintel>`__
@@ -767,7 +768,6 @@ Contributors
767768
- `Wauter (@Wauter) <https://github.com/Wauter>`__
768769
- `WeekendWarrior1 (@WeekendWarrior1) <https://github.com/WeekendWarrior1>`__
769770
- `Ian Wells (@wellsi) <https://github.com/wellsi>`__
770-
- `Werner Beroux (@wernight) <https://github.com/wernight>`__
771771
- `wifwucite (@wifwucite) <https://github.com/wifwucite>`__
772772
- `wilberforce (@wilberforce) <https://github.com/wilberforce>`__
773773
- `William Charlton (@willwill2will54) <https://github.com/willwill2will54>`__
@@ -794,4 +794,4 @@ Contributors
794794
- `San (@zhujunsan) <https://github.com/zhujunsan>`__
795795
- `Christian Zufferey (@zuzu59) <https://github.com/zuzu59>`__
796796

797-
*This page was last updated February 16, 2022.*
797+
*This page was last updated February 17, 2022.*

0 commit comments

Comments
 (0)