Skip to content

Commit da4fdee

Browse files
authored
Merge pull request esphome#1919 from esphome/bump-2022.2.2
2022.2.2
2 parents 1a82604 + 43fe68b commit da4fdee

File tree

6 files changed

+15
-5
lines changed

6 files changed

+15
-5
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.1
41+
PROJECT_NUMBER = 2022.2.2
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.1
2+
ESPHOME_REF = 2022.2.2
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.1
1+
2022.2.2

changelog/2022.2.0.rst

+7
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,13 @@ Release 2022.2.1 - February 17
111111

112112
- Fix missed ARDUINO_VERSION_CODE to USE_ARDUINO_VERSION_CODE changes :esphomepr:`3206` by :ghuser:`stewiem2000`
113113

114+
Release 2022.2.2 - February 18
115+
------------------------------
116+
117+
- Set entity-category to diagnostic for debug component :esphomepr:`3209` by :ghuser:`stewiem2000`
118+
- Fix platformio docker version mismstch :esphomepr:`3215` by :ghuser:`OttoWinter`
119+
- Add LONG LONG flag for arduinojson :esphomepr:`3212` by :ghuser:`jesserockz`
120+
114121
Full list of changes
115122
--------------------
116123

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.1"
72+
release = "2022.2.2"
7373

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

guides/supporters.rst

+4-1
Original file line numberDiff line numberDiff line change
@@ -241,6 +241,7 @@ Contributors
241241
- `Fabian Affolter (@fabaff) <https://github.com/fabaff>`__
242242
- `Federico Ariel Castagnini (@facastagnini) <https://github.com/facastagnini>`__
243243
- `C W (@fake-name) <https://github.com/fake-name>`__
244+
- `Felix Storm (@felixstorm) <https://github.com/felixstorm>`__
244245
- `Christian Ferbar (@ferbar) <https://github.com/ferbar>`__
245246
- `fkirill (@fkirill) <https://github.com/fkirill>`__
246247
- `Sean Vig (@flacjacket) <https://github.com/flacjacket>`__
@@ -485,6 +486,7 @@ Contributors
485486
- `Mikko Tervala (@MikkoTervala) <https://github.com/MikkoTervala>`__
486487
- `MiKuBB (@MiKuBB) <https://github.com/MiKuBB>`__
487488
- `Minideezel (@minideezel) <https://github.com/minideezel>`__
489+
- `mipa87 (@mipa87) <https://github.com/mipa87>`__
488490
- `André Klitzing (@misery) <https://github.com/misery>`__
489491
- `Matthew Edwards (@mje-nz) <https://github.com/mje-nz>`__
490492
- `Maarten (@mjkl-gh) <https://github.com/mjkl-gh>`__
@@ -628,6 +630,7 @@ Contributors
628630
- `Robin Smidsrød (@robinsmidsrod) <https://github.com/robinsmidsrod>`__
629631
- `RockBomber (@RockBomber) <https://github.com/RockBomber>`__
630632
- `RoganDawes (@RoganDawes) <https://github.com/RoganDawes>`__
633+
- `Roi Tagar (@roitagar) <https://github.com/roitagar>`__
631634
- `romerod (@romerod) <https://github.com/romerod>`__
632635
- `Jérôme W. (@RomRider) <https://github.com/RomRider>`__
633636
- `Robbie Page (@rorpage) <https://github.com/rorpage>`__
@@ -794,4 +797,4 @@ Contributors
794797
- `San (@zhujunsan) <https://github.com/zhujunsan>`__
795798
- `Christian Zufferey (@zuzu59) <https://github.com/zuzu59>`__
796799

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

0 commit comments

Comments
 (0)