Skip to content

Commit 1d9fb8c

Browse files
committed
Bump version to v1.10.1
1 parent d7763dd commit 1d9fb8c

File tree

5 files changed

+27
-4
lines changed

5 files changed

+27
-4
lines changed

Doxygen

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

41-
PROJECT_NUMBER = 1.10.0
41+
PROJECT_NUMBER = 1.10.1
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
@@ -8,7 +8,7 @@ SPHINXPROJ = esphomelib
88
SOURCEDIR = .
99
BUILDDIR = _build
1010
ESPHOMELIB_PATH = ../esphomelib
11-
ESPHOMELIB_TAG = v1.10.0
11+
ESPHOMELIB_TAG = v1.10.1
1212

1313
.PHONY: html cleanhtml doxyg cleandoxyg deploy help webserver Makefile $(ESPHOMELIB_PATH)
1414

_static/version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.10.0
1+
1.10.1

conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
# The short X.Y version.
8181
version = '1.10'
8282
# The full version, including alpha/beta/rc tags.
83-
release = '1.10.0'
83+
release = '1.10.1'
8484

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

esphomeyaml/changelog/v1.10.0.rst

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,29 @@ Other notable changes:
142142
but esphomelib doesn't use that so now you have that as extra storage. Thanks `@brandond <http://github.com/brandond>`
143143
- You can now use Home Assistant to get time in ESPHome, so no more need for SNTP. See :ref:`time`.
144144

145+
Release 1.10.1 - January 13
146+
---------------------------
147+
148+
- docs: Fix substitutions example & api intro text :docspr:`117` by :ghuser:`thubot`
149+
- lib: Fix while action not resetting is_running :libpr:`378`
150+
- lib: Fix remote transmitter ESP32 repeat wait :libpr:`376`
151+
- lib: Fix addressable lights :libpr:`375`
152+
- yaml: Fix ESP32 not decoding stacktrace on broken PC :yamlpr:`330`
153+
- docs: Fixed missing link to BME cookbook :docspr:`120` by :ghuser:`Mynasru`
154+
- lib: Fix addressable flicker effect :libpr:`383`
155+
- lib: NeoPixelBus: fix handling of white color component :libpr:`384` by :ghuser:`badbadc0ffee`
156+
- lib: Fix trigger not being optional :libpr:`381`
157+
- docs: Add WiFi fast connect :docspr:`121`
158+
- yaml: Fix AsyncTCP compilation on ESP32 with Arduino breaking change :yamlpr:`334`
159+
- yaml: Fix show logs with MQTT and dashboard :yamlpr:`332`
160+
- lib: Add WiFi fast connect mode :libpr:`385`
161+
- lib: Fix API Server has deep sleep :libpr:`386`
162+
- yaml: Introduce wifi fast connect mode :yamlpr:`333`
163+
- lib: Fix GPIO Switch not handling inverted :libpr:`387`
164+
- lib: Expose NeoPixelBus Controller :libpr:`388`
165+
- yaml: Pin platformio platforms :yamlpr:`335`
166+
- lib: Fix ble tracker compile error :libpr:`390`
167+
145168
All changes
146169
-----------
147170

0 commit comments

Comments
 (0)