Skip to content

Commit

Permalink
Merge pull request #4515 from esphome/bump-2024.12.1
Browse files Browse the repository at this point in the history
2024.12.1
  • Loading branch information
jesserockz authored Dec 19, 2024
2 parents 17ecf4c + 38e973b commit 9f3ce32
Show file tree
Hide file tree
Showing 6 changed files with 13 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.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
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.12.0
ESPHOME_REF = 2024.12.1
PAGEFIND_VERSION=1.1.1
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.12.0
2024.12.1
5 changes: 5 additions & 0 deletions changelog/2024.12.0.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
--------------------
Expand Down
2 changes: 1 addition & 1 deletion conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
# 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.
Expand Down
5 changes: 4 additions & 1 deletion guides/supporters.rst
Original file line number Diff line number Diff line change
Expand Up @@ -226,6 +226,7 @@ Contributors
- `besteru (@besteru) <https://github.com/besteru>`__
- `Fabio Bonelli (@bfabio) <https://github.com/bfabio>`__
- `Brandon (@bgulla) <https://github.com/bgulla>`__
- `Brett Hoggins (@BHoggs) <https://github.com/BHoggs>`__
- `Benedikt Hübschen (@bhuebschen) <https://github.com/bhuebschen>`__
- `Bierchermuesli (@Bierchermuesli) <https://github.com/Bierchermuesli>`__
- `BigBobbas (@BigBobbas) <https://github.com/BigBobbas>`__
Expand Down Expand Up @@ -500,6 +501,7 @@ Contributors
- `Johann V. (@divinitas) <https://github.com/divinitas>`__
- `dj-bauer (@dj-bauer) <https://github.com/dj-bauer>`__
- `djsf (@dj-sf) <https://github.com/dj-sf>`__
- `Djordje Mandic (@DjordjeMandic) <https://github.com/DjordjeMandic>`__
- `Dominic Pearman (@djpearman) <https://github.com/djpearman>`__
- `djtef (@djtef) <https://github.com/djtef>`__
- `djwlindenaar (@djwlindenaar) <https://github.com/djwlindenaar>`__
Expand Down Expand Up @@ -1494,6 +1496,7 @@ Contributors
- `Piotr Kubiak (@piotr-kubiak) <https://github.com/piotr-kubiak>`__
- `Tommy van der Vorst (@pixelspark) <https://github.com/pixelspark>`__
- `pixiandreas (@pixiandreas) <https://github.com/pixiandreas>`__
- `Petr Kejval (@pkejval) <https://github.com/pkejval>`__
- `Peter Kuehne (@pkuehne) <https://github.com/pkuehne>`__
- `Plácido Revilla (@placidorevilla) <https://github.com/placidorevilla>`__
- `PlainTechEnthusiast (@PlainTechEnthusiast) <https://github.com/PlainTechEnthusiast>`__
Expand Down Expand Up @@ -2041,4 +2044,4 @@ Contributors
- `Christian Zufferey (@zuzu59) <https://github.com/zuzu59>`__
- `Zynth-dev (@Zynth-dev) <https://github.com/Zynth-dev>`__

*This page was last updated December 18, 2024.*
*This page was last updated December 19, 2024.*

0 comments on commit 9f3ce32

Please sign in to comment.