Skip to content

Commit

Permalink
Merge pull request #3995 from esphome/bump-2024.6.3
Browse files Browse the repository at this point in the history
2024.6.3
  • Loading branch information
jesserockz committed Jun 26, 2024
2 parents 7f5479b + 290c9a7 commit e8deeda
Show file tree
Hide file tree
Showing 6 changed files with 16 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 = 2024.6.2
PROJECT_NUMBER = 2024.6.3

# 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 = 2024.6.2
ESPHOME_REF = 2024.6.3
PAGEFIND_VERSION=1.1.0
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 @@
2024.6.2
2024.6.3
11 changes: 11 additions & 0 deletions changelog/2024.6.0.rst
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,17 @@ Release 2024.6.2 - June 25
- [one-wire] fix potential hang :esphomepr:`6976` by :ghuser:`ssieb`
- [midea] fix fan speed compatibility with some models :esphomepr:`6978` by :ghuser:`dudanov`

Release 2024.6.3 - June 26
--------------------------

- [safe_mode] Set safe mode core data in disabled cases :esphomepr:`6983` by :ghuser:`jesserockz`
- [ota-esphome] Validate for multiple esphome ota instances :esphomepr:`6984` by :ghuser:`kbx81`
- Improve 'body' handling in http_request on_response triggers :esphomepr:`6968` by :ghuser:`kpfleming`
- [ds1307] Initialize uninitialized struct members :esphomepr:`6985` by :ghuser:`ptr727`
- Fix float encoding in modbus server :esphomepr:`6986` by :ghuser:`Petapton`
- [dallas_temp] fix ds18s20 temp calc :esphomepr:`6988` by :ghuser:`ssieb`
- [modbus-text-sensor] fix potential buffer overflow :esphomepr:`6993` by :ghuser:`dudanov`

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 @@ -69,7 +69,7 @@
# The short X.Y version.
version = "2024.6"
# The full version, including alpha/beta/rc tags.
release = "2024.6.2"
release = "2024.6.3"

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion guides/supporters.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1888,4 +1888,4 @@ Contributors
- `Christian Zufferey (@zuzu59) <https://github.com/zuzu59>`__
- `Zynth-dev (@Zynth-dev) <https://github.com/Zynth-dev>`__

*This page was last updated June 25, 2024.*
*This page was last updated June 26, 2024.*

0 comments on commit e8deeda

Please sign in to comment.