Merge pull request #2526 from esphome/bump-2022.12.0b6

2022.12.0b6
This commit is contained in:
Jesse Hills 2022-12-14 12:24:41 +13:00 committed by GitHub
commit d753dfa6ad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 7 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 = 2022.12.0b5
PROJECT_NUMBER = 2022.12.0b6
# 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 = 2022.12.0b5
ESPHOME_REF = 2022.12.0b6
.PHONY: html html-strict cleanhtml deploy help live-html Makefile netlify netlify-api api netlify-dependencies svg2png copy-svg2png minify

View File

@ -1 +1 @@
2022.12.0b5
2022.12.0b6

View File

@ -54,6 +54,8 @@ Beta Changes
- Bump esphome-dashboard to 20221213.0 :esphomepr:`4176` by :ghuser:`jesserockz`
- Remove internal pin restriction from cd74hc4067 :esphomepr:`4179` by :ghuser:`jesserockz`
- Speed up bluetooth proxy connections when using esp-idf :esphomepr:`4171` by :ghuser:`bdraco` (notable-change)
- Remove warnings when falling through switch cases on purpose :esphomepr:`4181` by :ghuser:`jesserockz`
- Revert camera config change for esp-idf :esphomepr:`4182` by :ghuser:`jesserockz`
All changes
^^^^^^^^^^^

View File

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

View File

@ -904,4 +904,4 @@ Contributors
- `Zack Barett (@zsarnett) <https://github.com/zsarnett>`__
- `Christian Zufferey (@zuzu59) <https://github.com/zuzu59>`__
*This page was last updated December 13, 2022.*
*This page was last updated December 14, 2022.*