Merge pull request #1695 from esphome/bump-2021.12.0b2

2021.12.0b2
This commit is contained in:
Jesse Hills 2021-12-03 08:08:06 +13:00 committed by GitHub
commit 9808ccafc6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 11 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 = 2021.12.0b1
PROJECT_NUMBER = 2021.12.0b2
# 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 = 2021.12.0b1
ESPHOME_REF = 2021.12.0b2
.PHONY: html html-strict cleanhtml deploy help webserver Makefile netlify netlify-api api netlify-dependencies svg2png copy-svg2png minify

View File

@ -1 +1 @@
2021.12.0b1
2021.12.0b2

View File

@ -95,6 +95,11 @@ Breaking Changes
- Fix NEC protocol implementation :esphomepr:`2534` by :ghuser:`dudanov` (breaking-change)
- Tuya Cover improvements :esphomepr:`2637` by :ghuser:`pauln` (breaking-change)
Beta Fixes
^^^^^^^^^^
- Feed watchdog during OTA :esphomepr:`2852` by :ghuser:`oxan`
All changes
^^^^^^^^^^^
@ -174,6 +179,7 @@ All changes
- Tuya Cover improvements :esphomepr:`2637` by :ghuser:`pauln` (breaking-change)
- Fix wifi not working with manual_ip using esp-idf :esphomepr:`2849` by :ghuser:`Maelstrom96`
- modbus_controller: bugfix: enable overriding calculated register size :esphomepr:`2845` by :ghuser:`martgras`
- Feed watchdog during OTA :esphomepr:`2852` by :ghuser:`oxan`
Past Changelogs
---------------

View File

@ -69,7 +69,7 @@ author = "Otto Winter"
# The short X.Y version.
version = "2021.12"
# The full version, including alpha/beta/rc tags.
release = "2021.12.0b1"
release = "2021.12.0b2"
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.

View File

@ -760,4 +760,4 @@ Contributors
- `ZTX18 (@ZTX18) <https://github.com/ZTX18>`__
- `Christian Zufferey (@zuzu59) <https://github.com/zuzu59>`__
*This page was last updated December 2, 2021.*
*This page was last updated December 3, 2021.*