Skip to content

Commit

Permalink
Bump version to 2024.12.2
Browse files Browse the repository at this point in the history
  • Loading branch information
esphomebot committed Dec 21, 2024
1 parent 4047dfd commit 3b4b94c
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 8 deletions.
5 changes: 3 additions & 2 deletions esphome-beta/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
## 2024.12.1
## 2024.12.2

- [core] Bugfix: Implement ring buffer with xRingbuffer [esphome#7973](https://github.com/esphome/esphome/pull/7973) by [@kahrendt](https://github.com/kahrendt)
- [esp32] Fix flash size warning when using IDF [esphome#7983](https://github.com/esphome/esphome/pull/7983) by [@kbx81](https://github.com/kbx81)
- [esp32_ble] Fix for Improv [esphome#7984](https://github.com/esphome/esphome/pull/7984) by [@kbx81](https://github.com/kbx81)

2 changes: 1 addition & 1 deletion esphome-beta/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ init: false
startup: services
name: ESPHome Device Builder (beta)
panel_title: ESPHome Builder (beta)
version: 2024.12.1
version: 2024.12.2
slug: esphome-beta
description: Beta version of ESPHome Device Builder
image: ghcr.io/esphome/esphome-hassio
Expand Down
5 changes: 3 additions & 2 deletions esphome/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
## 2024.12.1
## 2024.12.2

- [core] Bugfix: Implement ring buffer with xRingbuffer [esphome#7973](https://github.com/esphome/esphome/pull/7973) by [@kahrendt](https://github.com/kahrendt)
- [esp32] Fix flash size warning when using IDF [esphome#7983](https://github.com/esphome/esphome/pull/7983) by [@kbx81](https://github.com/kbx81)
- [esp32_ble] Fix for Improv [esphome#7984](https://github.com/esphome/esphome/pull/7984) by [@kbx81](https://github.com/kbx81)

2 changes: 1 addition & 1 deletion esphome/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ init: false
startup: services
name: ESPHome Device Builder
panel_title: ESPHome Builder
version: 2024.12.1
version: 2024.12.2
slug: esphome
description: Build your own smart home devices using ESPHome, no programming experience
required.
Expand Down
4 changes: 2 additions & 2 deletions template/addon_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ esphome-beta:
directory: esphome-beta
name: ESPHome Device Builder (beta)
panel_title: ESPHome Builder (beta)
version: "2024.12.1" # BETA
version: "2024.12.2" # BETA
slug: esphome-beta
description: "Beta version of ESPHome Device Builder"
url: https://beta.esphome.io/
Expand All @@ -87,7 +87,7 @@ esphome-stable:
directory: esphome
name: ESPHome Device Builder
panel_title: ESPHome Builder
version: "2024.12.1" # STABLE
version: "2024.12.2" # STABLE
slug: esphome
description: "Build your own smart home devices using ESPHome, no programming experience required."
image: ghcr.io/esphome/esphome-hassio
Expand Down

0 comments on commit 3b4b94c

Please # to comment.