Merge pull request #4016 from esphome/bump-2024.6.5

2024.6.5
This commit is contained in:
Jesse Hills 2024-07-03 20:04:39 +12:00 committed by GitHub
commit 6c4327810d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
6 changed files with 14 additions and 5 deletions

View File

@ -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 = 2024.6.4
PROJECT_NUMBER = 2024.6.5
# 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

View File

@ -1,5 +1,5 @@
ESPHOME_PATH = ../esphome
ESPHOME_REF = 2024.6.4
ESPHOME_REF = 2024.6.5
PAGEFIND_VERSION=1.1.0
PAGEFIND=pagefind
NET_PAGEFIND=../pagefindbin/pagefind

View File

@ -1 +1 @@
2024.6.4
2024.6.5

View File

@ -219,6 +219,13 @@ Release 2024.6.4 - June 27
- [ota-esphome] Merge configurations by port :esphomepr:`7001` by :ghuser:`kbx81`
- Fix LEDC 100% is not 100% duty with ESP32 IDF :esphomepr:`6997` by :ghuser:`Links2004`
Release 2024.6.5 - July 3
-------------------------
- [mpr121] await register parented :esphomepr:`7014` by :ghuser:`jesserockz`
- Move some consts for #4585 :esphomepr:`7023` by :ghuser:`kbx81`
- [wifi] Only set default ttls phase 2 on esp-idf :esphomepr:`7033` by :ghuser:`jesserockz`
Full list of changes
--------------------

View File

@ -69,7 +69,7 @@ author = "ESPHome"
# The short X.Y version.
version = "2024.6"
# The full version, including alpha/beta/rc tags.
release = "2024.6.4"
release = "2024.6.5"
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.

View File

@ -1032,6 +1032,7 @@ Contributors
- `Joakim Sørensen (@ludeeus) <https://github.com/ludeeus>`__
- `ludrao (@ludrao) <https://github.com/ludrao>`__
- `Luiz Correia (@luizcorreia) <https://github.com/luizcorreia>`__
- `luk1803 (@luk1803) <https://github.com/luk1803>`__
- `luka6000 (@luka6000) <https://github.com/luka6000>`__
- `Lukas Klass (@LukasK13) <https://github.com/LukasK13>`__
- `Lukas Lindner (@lukasl96) <https://github.com/lukasl96>`__
@ -1244,6 +1245,7 @@ Contributors
- `NatashaLi-ESPRESSIF (@NatashaLi-ESPRESSIF) <https://github.com/NatashaLi-ESPRESSIF>`__
- `Nate Lust (@natelust) <https://github.com/natelust>`__
- `Nathan Marlor (@nathanmarlor) <https://github.com/nathanmarlor>`__
- `Andreas Fritiofson (@nattgris) <https://github.com/nattgris>`__
- `ueno (@nayuta-ueno) <https://github.com/nayuta-ueno>`__
- `Nazar Mokrynskyi (@nazar-pc) <https://github.com/nazar-pc>`__
- `Bergont Nicolas (@nbergont) <https://github.com/nbergont>`__
@ -1890,4 +1892,4 @@ Contributors
- `Christian Zufferey (@zuzu59) <https://github.com/zuzu59>`__
- `Zynth-dev (@Zynth-dev) <https://github.com/Zynth-dev>`__
*This page was last updated June 27, 2024.*
*This page was last updated July 3, 2024.*