Merge pull request #3008 from esphome/bump-2023.6.0b4

2023.6.0b4
This commit is contained in:
Jesse Hills 2023-06-21 15:49:49 +12:00 committed by GitHub
commit 782496736c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 13 additions and 7 deletions

View File

@ -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 = 2023.6.0b3
PROJECT_NUMBER = 2023.6.0b4
# 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

View File

@ -1,5 +1,5 @@
ESPHOME_PATH = ../esphome
ESPHOME_REF = 2023.6.0b3
ESPHOME_REF = 2023.6.0b4
.PHONY: html html-strict cleanhtml deploy help live-html Makefile netlify netlify-api api netlify-dependencies svg2png copy-svg2png minify

View File

@ -1 +1 @@
2023.6.0b3
2023.6.0b4

View File

@ -47,6 +47,9 @@ Beta Changes
- Store app comment and compilation_time in flash :esphomepr:`4945` by :ghuser:`bdraco`
- Construct web_server assets at build time instead of run time :esphomepr:`4944` by :ghuser:`bdraco`
- Update pca9685_output.cpp :esphomepr:`4929` by :ghuser:`standahabich`
- Apply configured IIR filter setting in generated BMP280 code :esphomepr:`4975` by :ghuser:`murrayma`
- Make growatt play nicer with other modbus components. :esphomepr:`4947` by :ghuser:`onnlucky`
- Bump esphome-dashboard to 20230621.0 :esphomepr:`4980` by :ghuser:`jesserockz`
All changes
^^^^^^^^^^^
@ -119,6 +122,9 @@ All changes
- Store app comment and compilation_time in flash :esphomepr:`4945` by :ghuser:`bdraco`
- Construct web_server assets at build time instead of run time :esphomepr:`4944` by :ghuser:`bdraco`
- Update pca9685_output.cpp :esphomepr:`4929` by :ghuser:`standahabich`
- Apply configured IIR filter setting in generated BMP280 code :esphomepr:`4975` by :ghuser:`murrayma`
- Make growatt play nicer with other modbus components. :esphomepr:`4947` by :ghuser:`onnlucky`
- Bump esphome-dashboard to 20230621.0 :esphomepr:`4980` by :ghuser:`jesserockz`
Past Changelogs
---------------

View File

@ -69,7 +69,7 @@ author = "ESPHome"
# The short X.Y version.
version = "2023.6"
# The full version, including alpha/beta/rc tags.
release = "2023.6.0b3"
release = "2023.6.0b4"
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.

View File

@ -597,6 +597,7 @@ Contributors
- `Jeff Anderson (@jman203) <https://github.com/jman203>`__
- `Jonathan Martens (@jmartens) <https://github.com/jmartens>`__
- `jmichiel (@jmichiel) <https://github.com/jmichiel>`__
- `JMoratelli (@JMoratelli) <https://github.com/JMoratelli>`__
- `Jonathas Barbosa (@jnthas) <https://github.com/jnthas>`__
- `Joe Gross (@joegross) <https://github.com/joegross>`__
- `Johan van der Kuijl (@johanvanderkuijl) <https://github.com/johanvanderkuijl>`__
@ -657,6 +658,7 @@ Contributors
- `kokangit (@kokangit) <https://github.com/kokangit>`__
- `konsulten (@konsulten) <https://github.com/konsulten>`__
- `Kevin Pelzel (@kpelzel) <https://github.com/kpelzel>`__
- `Kevin P. Fleming (@kpfleming) <https://github.com/kpfleming>`__
- `Karl Q. (@kquinsland) <https://github.com/kquinsland>`__
- `Kodey Converse (@krconv) <https://github.com/krconv>`__
- `KristopherMackowiak (@KristopherMackowiak) <https://github.com/KristopherMackowiak>`__
@ -792,7 +794,6 @@ Contributors
- `mnltake (@mnltake) <https://github.com/mnltake>`__
- `Matt N. (@mnoorenberghe) <https://github.com/mnoorenberghe>`__
- `Michał Obrembski (@mobrembski) <https://github.com/mobrembski>`__
- `Moritz Glöckl (@moritzgloeckl) <https://github.com/moritzgloeckl>`__
- `moritzj29 (@moritzj29) <https://github.com/moritzj29>`__
- `Chris Laplante (@mostthingsweb) <https://github.com/mostthingsweb>`__
- `MrEditor97 (@mreditor97) <https://github.com/mreditor97>`__
@ -1077,7 +1078,6 @@ Contributors
- `tiagofreire-pt (@tiagofreire-pt) <https://github.com/tiagofreire-pt>`__
- `Tijs-B (@Tijs-B) <https://github.com/Tijs-B>`__
- `Tim Laurence (@timdaman) <https://github.com/timdaman>`__
- `Aidan Timson (@timmo001) <https://github.com/timmo001>`__
- `Tim Niemueller (@timn) <https://github.com/timn>`__
- `Tim Savage (@timsavage) <https://github.com/timsavage>`__
- `Tinkerfish (@tinkerfish) <https://github.com/tinkerfish>`__
@ -1165,4 +1165,4 @@ Contributors
- `Zack Barett (@zsarnett) <https://github.com/zsarnett>`__
- `Christian Zufferey (@zuzu59) <https://github.com/zuzu59>`__
*This page was last updated June 20, 2023.*
*This page was last updated June 21, 2023.*