From 40e793e239b12e67cbe914d819031ff31bf96fd8 Mon Sep 17 00:00:00 2001 From: Jesse Hills <3060199+jesserockz@users.noreply.github.com> Date: Thu, 19 Dec 2024 17:07:44 +1300 Subject: [PATCH 1/3] Bump version to 2024.12.1 --- Doxygen | 2 +- Makefile | 2 +- _static/version | 2 +- conf.py | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Doxygen b/Doxygen index 7d055aeca..6229c203d 100644 --- a/Doxygen +++ b/Doxygen @@ -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.12.0 +PROJECT_NUMBER = 2024.12.1 # 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 diff --git a/Makefile b/Makefile index b62755d0f..299ec7b1a 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ ESPHOME_PATH = ../esphome -ESPHOME_REF = 2024.12.0 +ESPHOME_REF = 2024.12.1 PAGEFIND_VERSION=1.1.1 PAGEFIND=pagefind NET_PAGEFIND=../pagefindbin/pagefind diff --git a/_static/version b/_static/version index 40d541553..7b52ed5b5 100644 --- a/_static/version +++ b/_static/version @@ -1 +1 @@ -2024.12.0 \ No newline at end of file +2024.12.1 \ No newline at end of file diff --git a/conf.py b/conf.py index 25e501260..3032c0bc0 100644 --- a/conf.py +++ b/conf.py @@ -73,7 +73,7 @@ author = "ESPHome" # The short X.Y version. version = "2024.12" # The full version, including alpha/beta/rc tags. -release = "2024.12.0" +release = "2024.12.1" # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. From ffae876b37943d713213b1aff744e641886ded4a Mon Sep 17 00:00:00 2001 From: Jesse Hills <3060199+jesserockz@users.noreply.github.com> Date: Thu, 19 Dec 2024 17:08:04 +1300 Subject: [PATCH 2/3] Update changelog for 2024.12.1 --- changelog/2024.12.0.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/changelog/2024.12.0.rst b/changelog/2024.12.0.rst index 88a5c1e2f..e73cd599c 100644 --- a/changelog/2024.12.0.rst +++ b/changelog/2024.12.0.rst @@ -40,6 +40,11 @@ This is due to both waning support as it relates to tooling and performance reas more modern architecture, especially if you're using the ESPHome Device Compiler to build/compile firmware for your devices. +Release 2024.12.1 - December 19 +------------------------------- + +- [core] Bugfix: Implement ring buffer with xRingbuffer :esphomepr:`7973` by :ghuser:`kahrendt` + Full list of changes -------------------- From 38e973b4a006fca1bbab15ce2b1f350d9d862a68 Mon Sep 17 00:00:00 2001 From: Jesse Hills <3060199+jesserockz@users.noreply.github.com> Date: Thu, 19 Dec 2024 17:08:47 +1300 Subject: [PATCH 3/3] Update supporters for 2024.12.1 --- guides/supporters.rst | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/guides/supporters.rst b/guides/supporters.rst index 3c1c3678d..7ef035fcb 100644 --- a/guides/supporters.rst +++ b/guides/supporters.rst @@ -226,6 +226,7 @@ Contributors - `besteru (@besteru) `__ - `Fabio Bonelli (@bfabio) `__ - `Brandon (@bgulla) `__ +- `Brett Hoggins (@BHoggs) `__ - `Benedikt Hübschen (@bhuebschen) `__ - `Bierchermuesli (@Bierchermuesli) `__ - `BigBobbas (@BigBobbas) `__ @@ -500,6 +501,7 @@ Contributors - `Johann V. (@divinitas) `__ - `dj-bauer (@dj-bauer) `__ - `djsf (@dj-sf) `__ +- `Djordje Mandic (@DjordjeMandic) `__ - `Dominic Pearman (@djpearman) `__ - `djtef (@djtef) `__ - `djwlindenaar (@djwlindenaar) `__ @@ -1494,6 +1496,7 @@ Contributors - `Piotr Kubiak (@piotr-kubiak) `__ - `Tommy van der Vorst (@pixelspark) `__ - `pixiandreas (@pixiandreas) `__ +- `Petr Kejval (@pkejval) `__ - `Peter Kuehne (@pkuehne) `__ - `Plácido Revilla (@placidorevilla) `__ - `PlainTechEnthusiast (@PlainTechEnthusiast) `__ @@ -2041,4 +2044,4 @@ Contributors - `Christian Zufferey (@zuzu59) `__ - `Zynth-dev (@Zynth-dev) `__ -*This page was last updated December 18, 2024.* +*This page was last updated December 19, 2024.*