Skip to content

Commit 28bac19

Browse files
authored
Merge pull request #4377 from esphome/bump-2024.10.2
2024.10.2
2 parents 0e97ebd + 23c0257 commit 28bac19

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 = 2024.10.1
41+
PROJECT_NUMBER = 2024.10.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

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 = 2024.10.1
2+
ESPHOME_REF = 2024.10.2
33
PAGEFIND_VERSION=1.1.0
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-
2024.10.1
1+
2024.10.2

changelog/2024.10.0.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,13 @@ Release 2024.10.1 - October 22
5858
- [lvgl] Remove states from style definitions (Bugfix) :esphomepr:`7645` by :ghuser:`clydebarrow`
5959
- Move setting global voice assistant to constructor :esphomepr:`7630` by :ghuser:`synesthesiam`
6060

61+
Release 2024.10.2 - October 24
62+
------------------------------
63+
64+
- Humanized the missing MQTT log topic error message :esphomepr:`7634` by :ghuser:`solarkennedy`
65+
- [lvgl] Some properties were not templatable (Bugfix) :esphomepr:`7655` by :ghuser:`clydebarrow`
66+
- [voice_assistant] Bugfix: Fix crash on start :esphomepr:`7662` by :ghuser:`kahrendt`
67+
6168
Full list of changes
6269
--------------------
6370

conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
# The short X.Y version.
7272
version = "2024.10"
7373
# The full version, including alpha/beta/rc tags.
74-
release = "2024.10.1"
74+
release = "2024.10.2"
7575

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

guides/supporters.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1062,6 +1062,7 @@ Contributors
10621062
- `Benny de Leeuw (@leeuwte) <https://github.com/leeuwte>`__
10631063
- `Thayne (@Legot) <https://github.com/Legot>`__
10641064
- `lein1013 (@lein1013) <https://github.com/lein1013>`__
1065+
- `Lennart (@lennart-k) <https://github.com/lennart-k>`__
10651066
- `Leonardo La Rocca (@leoli51) <https://github.com/leoli51>`__
10661067
- `leoshusar (@leoshusar) <https://github.com/leoshusar>`__
10671068
- `Leo Winter (@LeoWinterDE) <https://github.com/LeoWinterDE>`__
@@ -1668,6 +1669,7 @@ Contributors
16681669
- `Shreyas Karnik (@shreyaskarnik) <https://github.com/shreyaskarnik>`__
16691670
- `Sherman K (@shrmnk) <https://github.com/shrmnk>`__
16701671
- `shuchitak (@shuchitak) <https://github.com/shuchitak>`__
1672+
- `Shivam Maurya (@shvmm) <https://github.com/shvmm>`__
16711673
- `sibowler (@sibowler) <https://github.com/sibowler>`__
16721674
- `signix (@signix) <https://github.com/signix>`__
16731675
- `SiliconAvatar (@SiliconAvatar) <https://github.com/SiliconAvatar>`__
@@ -2004,4 +2006,4 @@ Contributors
20042006
- `Christian Zufferey (@zuzu59) <https://github.com/zuzu59>`__
20052007
- `Zynth-dev (@Zynth-dev) <https://github.com/Zynth-dev>`__
20062008

2007-
*This page was last updated October 22, 2024.*
2009+
*This page was last updated October 24, 2024.*

0 commit comments

Comments
 (0)