Skip to content

Commit

Permalink
Merge pull request #4729 from esphome/bump-2025.2.2
Browse files Browse the repository at this point in the history
2025.2.2
  • Loading branch information
jesserockz authored Mar 3, 2025
2 parents 325d1c6 + bdda458 commit da90429
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Doxygen
Original file line number Diff line number Diff line change
Expand Up @@ -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 = 2025.2.1
PROJECT_NUMBER = 2025.2.2

# 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
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ESPHOME_PATH = ../esphome
ESPHOME_REF = 2025.2.1
ESPHOME_REF = 2025.2.2
PAGEFIND_VERSION=1.1.1
PAGEFIND=pagefind
NET_PAGEFIND=../pagefindbin/pagefind
Expand Down
2 changes: 1 addition & 1 deletion _static/version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2025.2.1
2025.2.2
10 changes: 10 additions & 0 deletions changelog/2025.2.0.rst
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,16 @@ Release 2025.2.1 - February 26
- Fix bluetooth race when disconnect called while still connecting :esphomepr:`8297` by :ghuser:`bdraco`
- [esp32_touch] Fix variants, add tests for variants :esphomepr:`8320` by :ghuser:`kbx81`


Release 2025.2.2 - March 3
--------------------------

- Fix ``end_of_scan_`` not being called while disconnecting :esphomepr:`8328` by :ghuser:`bdraco`
- [audio] Determine http timeout based on duration since last successful read :esphomepr:`8341` by :ghuser:`kahrendt`
- Bump aioesphomeapi to 29.3.2 :esphomepr:`8353` by :ghuser:`bdraco`
- [ltr390] Move calculation to allow dynamic setting of gain and resolution :esphomepr:`8343` by :ghuser:`jesserockz`


Full list of changes
--------------------

Expand Down
2 changes: 1 addition & 1 deletion conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
# The short X.Y version.
version = "2025.2"
# The full version, including alpha/beta/rc tags.
release = "2025.2.1"
release = "2025.2.2"

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
7 changes: 6 additions & 1 deletion guides/supporters.rst
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,7 @@ Contributors
- `B48D81EFCC (@B48D81EFCC) <https://github.com/B48D81EFCC>`__
- `Florian Mösch (@badbadc0ffee) <https://github.com/badbadc0ffee>`__
- `Baden (@baden03) <https://github.com/baden03>`__
- `badrpc (@badrpc) <https://github.com/badrpc>`__
- `Marco Tombesi (@baggior) <https://github.com/baggior>`__
- `Ken Baker (@bakerkj) <https://github.com/bakerkj>`__
- `balk77 (@balk77) <https://github.com/balk77>`__
Expand Down Expand Up @@ -488,6 +489,7 @@ Contributors
- `Davide Depau (@depau) <https://github.com/depau>`__
- `dependabot[bot] (@dependabot[bot]) <https://github.com/dependabot[bot]>`__
- `Joeri Colman (@depuits) <https://github.com/depuits>`__
- `dergib22 (@dergib22) <https://github.com/dergib22>`__
- `Mike La Spina (@descipher) <https://github.com/descipher>`__
- `Stephan Martin (@designer2k2) <https://github.com/designer2k2>`__
- `Destix (@Destix) <https://github.com/Destix>`__
Expand Down Expand Up @@ -585,6 +587,7 @@ Contributors
- `Maxime Michel (@Egglestron) <https://github.com/Egglestron>`__
- `Eike (@ei-ke) <https://github.com/ei-ke>`__
- `Elazar Leibovich (@elazarl) <https://github.com/elazarl>`__
- `Mike Eldridge (@eldridge) <https://github.com/eldridge>`__
- `Michael Jahn (@electr1cBugaloo) <https://github.com/electr1cBugaloo>`__
- `electrofun-smart (@electrofun-smart) <https://github.com/electrofun-smart>`__
- `Eli (@eli-xciv) <https://github.com/eli-xciv>`__
Expand Down Expand Up @@ -1102,6 +1105,7 @@ Contributors
- `Ludovic BOUÉ (@lboue) <https://github.com/lboue>`__
- `lcavalli (@lcavalli) <https://github.com/lcavalli>`__
- `Luis del Valle (@ldelvalleh) <https://github.com/ldelvalleh>`__
- `Luis Rodriguez (@ldrrp) <https://github.com/ldrrp>`__
- `Craig Fletcher (@leakypixel) <https://github.com/leakypixel>`__
- `Dominik Wagenknecht (@LeDominik) <https://github.com/LeDominik>`__
- `leejoow (@leejoow) <https://github.com/leejoow>`__
Expand Down Expand Up @@ -1987,6 +1991,7 @@ Contributors
- `Austin (@vidplace7) <https://github.com/vidplace7>`__
- `Vincèn (@vincegre) <https://github.com/vincegre>`__
- `Virage Laboratories (@viragelabs) <https://github.com/viragelabs>`__
- `Virusmater (@Virusmater) <https://github.com/Virusmater>`__
- `Vishnu Mohanan (@vishnumaiea) <https://github.com/vishnumaiea>`__
- `VitaliyKurokhtin (@VitaliyKurokhtin) <https://github.com/VitaliyKurokhtin>`__
- `voed (@voed) <https://github.com/voed>`__
Expand Down Expand Up @@ -2090,4 +2095,4 @@ Contributors
- `Christian Zufferey (@zuzu59) <https://github.com/zuzu59>`__
- `Zynth-dev (@Zynth-dev) <https://github.com/Zynth-dev>`__

*This page was last updated February 26, 2025.*
*This page was last updated March 3, 2025.*

0 comments on commit da90429

Please sign in to comment.