Merge pull request #2877 from esphome/bump-2023.4.2

2023.4.2
This commit is contained in:
Jesse Hills 2023-04-27 20:02:32 +12:00 committed by GitHub
commit fc8e4f9b63
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 14 additions and 5 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.4.1
PROJECT_NUMBER = 2023.4.2
# 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.4.1
ESPHOME_REF = 2023.4.2
.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.4.1
2023.4.2

View File

@ -55,6 +55,14 @@ Release 2023.4.1 - April 24
- fix flip_x :esphomepr:`4727` by :ghuser:`ssieb`
- Use proper schema for delta filter :esphomepr:`4723` by :ghuser:`jesserockz`
Release 2023.4.2 - April 27
---------------------------
- I2c scan recovery reset fix :esphomepr:`4724` by :ghuser:`gcopeland`
- Debug component doesn't work on RP2040 :esphomepr:`4728` by :ghuser:`HeMan`
- Only request VA port from first client that is subscribed :esphomepr:`4747` by :ghuser:`jesserockz`
- Don't allow fingerprint_grow enroll cancellation when no enrollment started :esphomepr:`4745` by :ghuser:`itpeters`
Breaking Changes
----------------

View File

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

View File

@ -944,6 +944,7 @@ Contributors
- `RubyBailey (@RubyBailey) <https://github.com/RubyBailey>`__
- `Rus Ti (@Rusti-gotrage) <https://github.com/Rusti-gotrage>`__
- `rweather (@rweather) <https://github.com/rweather>`__
- `rwilson131 (@rwilson131) <https://github.com/rwilson131>`__
- `Ryan Lang (@ryan-lang) <https://github.com/ryan-lang>`__
- `ryanalden (@ryanalden) <https://github.com/ryanalden>`__
- `Lukas Bachschwell (@s00500) <https://github.com/s00500>`__
@ -1137,4 +1138,4 @@ Contributors
- `Zack Barett (@zsarnett) <https://github.com/zsarnett>`__
- `Christian Zufferey (@zuzu59) <https://github.com/zuzu59>`__
*This page was last updated April 24, 2023.*
*This page was last updated April 27, 2023.*