Skip to content

Commit 4969a48

Browse files
authored
Merge pull request #4752 from esphome/bump-2025.3.0b2
2025.3.0b2
2 parents e5c65e0 + 506d4dc commit 4969a48

File tree

5 files changed

+17
-5
lines changed

5 files changed

+17
-5
lines changed

Doxygen

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ PROJECT_NAME = "ESPHome"
3838
# could be handy for archiving the generated documentation or if some version
3939
# control system is used.
4040

41-
PROJECT_NUMBER = 2025.3.0b1
41+
PROJECT_NUMBER = 2025.3.0b2
4242

4343
# Using the PROJECT_BRIEF tag one can provide an optional one line description
4444
# for a project that appears at the top of each page and should give viewer a

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
ESPHOME_PATH = ../esphome
2-
ESPHOME_REF = 2025.3.0b1
2+
ESPHOME_REF = 2025.3.0b2
33
PAGEFIND_VERSION=1.1.1
44
PAGEFIND=pagefind
55
NET_PAGEFIND=../pagefindbin/pagefind

_static/version

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2025.3.0b1
1+
2025.3.0b2

changelog/2025.3.0.rst

+13-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ New Components
3232
- Adding support for chsc6x touch controller :esphomepr:`8258` by :ghuser:`kkosik20` (new-integration)
3333
- MSA311 and MSA301 accelerometer support :esphomepr:`6795` by :ghuser:`latonita` (new-integration)
3434
- Cover component for Tormatic and Novoferm garage doors :esphomepr:`5933` by :ghuser:`ti-mo` (new-integration)
35-
- [io_bus] Initial implementation :esphomepr:`8227` by :ghuser:`clydebarrow` (new-integration)
3635

3736
Breaking Changes
3837
^^^^^^^^^^^^^^^^
@@ -41,6 +40,19 @@ Breaking Changes
4140
- [touchscreen] Axis swap bugfix :esphomepr:`8376` by :ghuser:`clydebarrow` (breaking-change)
4241
- [cst816] Remove binary sensor :esphomepr:`8377` by :ghuser:`clydebarrow` (breaking-change)
4342

43+
Beta Changes
44+
^^^^^^^^^^^^
45+
46+
- Bump mdns library to 1.8.0 :esphomepr:`8378` by :ghuser:`bdraco`
47+
- [audio, mixer] Memory and CPU performance improvements :esphomepr:`8387` by :ghuser:`kahrendt`
48+
- [speaker, resampler, mixer] Make volume and mute getters virtual :esphomepr:`8391` by :ghuser:`kahrendt`
49+
- [core] add reallocation support to RAMAllocator :esphomepr:`8390` by :ghuser:`kahrendt`
50+
- [api] add voice assistant announce to the api :esphomepr:`8395` by :ghuser:`kahrendt`
51+
- Bump aioesphomeapi to 29.6.0 :esphomepr:`8396` by :ghuser:`bdraco`
52+
- Rework pyproject.toml to make it parseable by dependabot :esphomepr:`8397` by :ghuser:`bdraco`
53+
- Bump cryptography to 44.0.2 :esphomepr:`8399` by :ghuser:`bdraco`
54+
- Bump tornado from 6.4 to 6.4.2 :esphomepr:`8398` by :ghuser:`dependabot[bot]`
55+
4456
All changes
4557
^^^^^^^^^^^
4658

conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
# The short X.Y version.
7575
version = "2025.3"
7676
# The full version, including alpha/beta/rc tags.
77-
release = "2025.3.0b1"
77+
release = "2025.3.0b2"
7878

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

0 commit comments

Comments
 (0)