Bump version to v1.12.2

This commit is contained in:
Otto Winter 2019-03-31 13:14:03 +02:00
parent 7dd8fd2f18
commit 342b5f1247
No known key found for this signature in database
GPG Key ID: DB66C0BE6013F97E
5 changed files with 30 additions and 4 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 = 1.12.1
PROJECT_NUMBER = 1.12.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_CORE_PATH = ../esphome-core
ESPHOME_CORE_TAG = v1.12.1
ESPHOME_CORE_TAG = v1.12.2
.PHONY: html cleanhtml deploy help webserver Makefile netlify netlify-api api netlify-dependencies svg2png copy-svg2png

View File

@ -1 +1 @@
1.12.1
1.12.2

View File

@ -82,6 +82,32 @@ Release 1.12.1 - March 20
- core: Fix addressable lights starting white at boot :corepr:`556`
- esphome: Fix IPAddress in validate secret :esphomepr:`488`
Release 1.12.2 - March 31
-------------------------
- esphome: Better symlink support under Windows :esphomepr:`487` by :ghuser:`glmnet`
- core: Fix WiFi Info sensor for ESP32 :corepr:`561`
- core: Revert ultrasonic sensor to non-interrupt mode :corepr:`562`
- core: Fix web_server for text_sensors :corepr:`567`
- core: Fix ESP8266 cannot OTA after failed OTA attempt :corepr:`564`
- core: ESP8266 SDK Core 2.3.0 compat :corepr:`563`
- esphome: ESP8266 SDK 2.3.0 compat :esphomepr:`490`
- docs: Expand USB flashing, clarify how to report a bug. :docspr:`204` by :ghuser:`balloob`
- core: Fix dallas on GPIO0 :corepr:`568`
- docs: Fix api homeassistant.service docs :docspr:`209` by :ghuser:`davericher`
- esphome: Upgrade ESPAsyncTCP to 1.2.0 :esphomepr:`497`
- core: Upgrade espasynctcp :corepr:`576`
- esphome: Fix dashboard wizard unicode :esphomepr:`494`
- esphome: Fix text sensor MQTT settings :esphomepr:`495`
- core: Split up WiFi ESP32 and ESP8266 implementation :corepr:`572`
- core: Fix MCP23017 to work on OUTPUT mode. :corepr:`571` by :ghuser:`puerari`
- core: Disable wifi interface on shutdown :corepr:`566`
- core: Fix light flashes :corepr:`578`
- core: Rewrite PN532 to fix some lowvbat issues :corepr:`575`
- core: cse7766 fix :corepr:`558` by :ghuser:`brianrjones69`
- esphome: Upgrade docker base image to 1.4.3 :esphomepr:`499`
- core: Fix neopixelbus logging causes section type conflict :corepr:`579`
All changes
-----------

View File

@ -72,7 +72,7 @@ author = 'Otto Winter'
# The short X.Y version.
version = '1.12'
# The full version, including alpha/beta/rc tags.
release = '1.12.1'
release = '1.12.2'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.