Skip to content

Commit a51314d

Browse files
authored
Merge pull request #4767 from esphome/bump-2025.3.1
2025.3.1
2 parents b6534de + 786ee30 commit a51314d

File tree

6 files changed

+14
-5
lines changed

6 files changed

+14
-5
lines changed

Doxygen

Lines changed: 1 addition & 1 deletion
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 = 2025.3.0
41+
PROJECT_NUMBER = 2025.3.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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
ESPHOME_PATH = ../esphome
2-
ESPHOME_REF = 2025.3.0
2+
ESPHOME_REF = 2025.3.1
33
PAGEFIND_VERSION=1.1.1
44
PAGEFIND=pagefind
55
NET_PAGEFIND=../pagefindbin/pagefind

_static/version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2025.3.0
1+
2025.3.1

changelog/2025.3.0.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,13 @@ Even so, we do still have a few new additions (as above), so we thought we'd pro
2222
Of note, the long-awaited :doc:`/components/sensor/ld2450` has landed; as there are now a few products available with
2323
this sensor, it seemed about time to get it baked in. That said, I'll keep it short. Happy hacking!
2424

25+
Release 2025.3.1 - March 22
26+
---------------------------
27+
28+
- [ft63x6] Get correct dimensions from display :esphomepr:`8417` by :ghuser:`clydebarrow`
29+
- [lvgl] Set correct buffer size :esphomepr:`8442` by :ghuser:`clydebarrow`
30+
- [lvgl] Ensure non-zero screen dimensions during init :esphomepr:`8444` by :ghuser:`clydebarrow`
31+
2532
Full list of changes
2633
--------------------
2734

conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
# The short X.Y version.
7575
version = "2025.3"
7676
# The full version, including alpha/beta/rc tags.
77-
release = "2025.3.0"
77+
release = "2025.3.1"
7878

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

guides/supporters.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -442,6 +442,7 @@ Contributors
442442
- `Aliasghar Dashkhaneh (@dashkhaneh) <https://github.com/dashkhaneh>`__
443443
- `Sylwester (@DatanoiseTV) <https://github.com/DatanoiseTV>`__
444444
- `Anthony Uk (@dataway) <https://github.com/dataway>`__
445+
- `Martin Kleine (@datenzar) <https://github.com/datenzar>`__
445446
- `Datortarps (@Datortarp5) <https://github.com/Datortarp5>`__
446447
- `Dav-id (@dav-id-org) <https://github.com/dav-id-org>`__
447448
- `DAVe3283 (@DAVe3283) <https://github.com/DAVe3283>`__
@@ -960,6 +961,7 @@ Contributors
960961
- `Jonathan Martens (@jmartens) <https://github.com/jmartens>`__
961962
- `jmichiel (@jmichiel) <https://github.com/jmichiel>`__
962963
- `JMoratelli (@JMoratelli) <https://github.com/JMoratelli>`__
964+
- `JMyrng (@JMyrng) <https://github.com/JMyrng>`__
963965
- `Jonathas Barbosa (@jnthas) <https://github.com/jnthas>`__
964966
- `jochenvg (@jochenvg) <https://github.com/jochenvg>`__
965967
- `joederpoliveira (@joederpoliveira) <https://github.com/joederpoliveira>`__
@@ -2102,4 +2104,4 @@ Contributors
21022104
- `Christian Zufferey (@zuzu59) <https://github.com/zuzu59>`__
21032105
- `Zynth-dev (@Zynth-dev) <https://github.com/Zynth-dev>`__
21042106

2105-
*This page was last updated March 19, 2025.*
2107+
*This page was last updated March 22, 2025.*

0 commit comments

Comments
 (0)