From e25e952055ecf90ddaae2c11ed7409d73a2bdd6a Mon Sep 17 00:00:00 2001 From: Jesse Hills <3060199+jesserockz@users.noreply.github.com> Date: Thu, 27 Apr 2023 19:36:22 +1200 Subject: [PATCH 1/3] Bump version to 2023.4.2 --- Doxygen | 2 +- Makefile | 2 +- _static/version | 2 +- conf.py | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Doxygen b/Doxygen index 4c1007314..315472e0a 100644 --- a/Doxygen +++ b/Doxygen @@ -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 diff --git a/Makefile b/Makefile index 982705bb8..5dfbe5ed9 100644 --- a/Makefile +++ b/Makefile @@ -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 diff --git a/_static/version b/_static/version index 16df2afe3..ea2cb525d 100644 --- a/_static/version +++ b/_static/version @@ -1 +1 @@ -2023.4.1 \ No newline at end of file +2023.4.2 \ No newline at end of file diff --git a/conf.py b/conf.py index b497fb96c..84ad4f357 100644 --- a/conf.py +++ b/conf.py @@ -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. From 9cb78b456a38b60f39aee6921ebed6d537e74f60 Mon Sep 17 00:00:00 2001 From: Jesse Hills <3060199+jesserockz@users.noreply.github.com> Date: Thu, 27 Apr 2023 19:36:43 +1200 Subject: [PATCH 2/3] Update changelog for 2023.4.2 --- changelog/2023.4.0.rst | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/changelog/2023.4.0.rst b/changelog/2023.4.0.rst index cea775aff..8f19c3ac0 100644 --- a/changelog/2023.4.0.rst +++ b/changelog/2023.4.0.rst @@ -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 ---------------- From c4a1f4facd6783c70e53f30fbc4df48cf52a192b Mon Sep 17 00:00:00 2001 From: Jesse Hills <3060199+jesserockz@users.noreply.github.com> Date: Thu, 27 Apr 2023 19:37:15 +1200 Subject: [PATCH 3/3] Update supporters for 2023.4.2 --- guides/supporters.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/guides/supporters.rst b/guides/supporters.rst index 8923923ef..9dde51697 100644 --- a/guides/supporters.rst +++ b/guides/supporters.rst @@ -944,6 +944,7 @@ Contributors - `RubyBailey (@RubyBailey) `__ - `Rus Ti (@Rusti-gotrage) `__ - `rweather (@rweather) `__ +- `rwilson131 (@rwilson131) `__ - `Ryan Lang (@ryan-lang) `__ - `ryanalden (@ryanalden) `__ - `Lukas Bachschwell (@s00500) `__ @@ -1137,4 +1138,4 @@ Contributors - `Zack Barett (@zsarnett) `__ - `Christian Zufferey (@zuzu59) `__ -*This page was last updated April 24, 2023.* +*This page was last updated April 27, 2023.*