Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

2024.8.3 #4220

Merged
merged 2 commits into from
Sep 3, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Doxygen
Original file line number Diff line number Diff line change
@@ -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.8.2
PROJECT_NUMBER = 2024.8.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
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.8.2
ESPHOME_REF = 2024.8.3
PAGEFIND_VERSION=1.1.0
PAGEFIND=pagefind
NET_PAGEFIND=../pagefindbin/pagefind
2 changes: 1 addition & 1 deletion _static/version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2024.8.2
2024.8.3
5 changes: 5 additions & 0 deletions changelog/2024.8.0.rst
Original file line number Diff line number Diff line change
@@ -65,6 +65,11 @@ Release 2024.8.2 - September 3
- Enable IPv6 when manual IPv4 is enabled :esphomepr:`7381` by :ghuser:`HeMan`
- [core] Only clean build files with esp-idf :esphomepr:`7388` by :ghuser:`jesserockz`

Release 2024.8.3 - September 3
------------------------------

- Bump Dockerfile dependencies :esphomepr:`7386` by :ghuser:`jesserockz`

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

2 changes: 1 addition & 1 deletion conf.py
Original file line number Diff line number Diff line change
@@ -69,7 +69,7 @@
# The short X.Y version.
version = "2024.8"
# The full version, including alpha/beta/rc tags.
release = "2024.8.2"
release = "2024.8.3"

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