Bump version to 2024.12.2

This commit is contained in:
esphomebot 2024-12-21 01:18:13 +00:00
parent 4047dfdc74
commit 3b4b94c6f1
5 changed files with 10 additions and 8 deletions

View File

@ -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)

View File

@ -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

View File

@ -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)

View File

@ -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.

View File

@ -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/
@ -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