Skip to content

Commit 342b5f1

Browse files
committed
Bump version to v1.12.2
1 parent 7dd8fd2 commit 342b5f1

File tree

5 files changed

+30
-4
lines changed

5 files changed

+30
-4
lines changed

Doxygen

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ PROJECT_NAME = "ESPHome"
3838
# could be handy for archiving the generated documentation or if some version
3939
# control system is used.
4040

41-
PROJECT_NUMBER = 1.12.1
41+
PROJECT_NUMBER = 1.12.2
4242

4343
# Using the PROJECT_BRIEF tag one can provide an optional one line description
4444
# for a project that appears at the top of each page and should give viewer a

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
ESPHOME_CORE_PATH = ../esphome-core
2-
ESPHOME_CORE_TAG = v1.12.1
2+
ESPHOME_CORE_TAG = v1.12.2
33

44
.PHONY: html cleanhtml deploy help webserver Makefile netlify netlify-api api netlify-dependencies svg2png copy-svg2png
55

_static/version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.12.1
1+
1.12.2

changelog/v1.12.0.rst

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,32 @@ Release 1.12.1 - March 20
8282
- core: Fix addressable lights starting white at boot :corepr:`556`
8383
- esphome: Fix IPAddress in validate secret :esphomepr:`488`
8484

85+
Release 1.12.2 - March 31
86+
-------------------------
87+
88+
- esphome: Better symlink support under Windows :esphomepr:`487` by :ghuser:`glmnet`
89+
- core: Fix WiFi Info sensor for ESP32 :corepr:`561`
90+
- core: Revert ultrasonic sensor to non-interrupt mode :corepr:`562`
91+
- core: Fix web_server for text_sensors :corepr:`567`
92+
- core: Fix ESP8266 cannot OTA after failed OTA attempt :corepr:`564`
93+
- core: ESP8266 SDK Core 2.3.0 compat :corepr:`563`
94+
- esphome: ESP8266 SDK 2.3.0 compat :esphomepr:`490`
95+
- docs: Expand USB flashing, clarify how to report a bug. :docspr:`204` by :ghuser:`balloob`
96+
- core: Fix dallas on GPIO0 :corepr:`568`
97+
- docs: Fix api homeassistant.service docs :docspr:`209` by :ghuser:`davericher`
98+
- esphome: Upgrade ESPAsyncTCP to 1.2.0 :esphomepr:`497`
99+
- core: Upgrade espasynctcp :corepr:`576`
100+
- esphome: Fix dashboard wizard unicode :esphomepr:`494`
101+
- esphome: Fix text sensor MQTT settings :esphomepr:`495`
102+
- core: Split up WiFi ESP32 and ESP8266 implementation :corepr:`572`
103+
- core: Fix MCP23017 to work on OUTPUT mode. :corepr:`571` by :ghuser:`puerari`
104+
- core: Disable wifi interface on shutdown :corepr:`566`
105+
- core: Fix light flashes :corepr:`578`
106+
- core: Rewrite PN532 to fix some lowvbat issues :corepr:`575`
107+
- core: cse7766 fix :corepr:`558` by :ghuser:`brianrjones69`
108+
- esphome: Upgrade docker base image to 1.4.3 :esphomepr:`499`
109+
- core: Fix neopixelbus logging causes section type conflict :corepr:`579`
110+
85111
All changes
86112
-----------
87113

conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
# The short X.Y version.
7373
version = '1.12'
7474
# The full version, including alpha/beta/rc tags.
75-
release = '1.12.1'
75+
release = '1.12.2'
7676

7777
# The language for content autogenerated by Sphinx. Refer to documentation
7878
# for a list of supported languages.

0 commit comments

Comments
 (0)