File tree Expand file tree Collapse file tree 4 files changed +11
-3
lines changed Expand file tree Collapse file tree 4 files changed +11
-3
lines changed Original file line number Diff line number Diff 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.9.1
41+ PROJECT_NUMBER = 1.9.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
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ SPHINXPROJ = esphomelib
88SOURCEDIR = .
99BUILDDIR = _build
1010ESPHOMELIB_PATH = ../esphomelib
11- ESPHOMELIB_TAG = v1.9.1
11+ ESPHOMELIB_TAG = v1.9.2
1212CNAME = esphomelib.com
1313
1414.PHONY : html cleanhtml doxyg cleandoxyg deploy help webserver Makefile $(ESPHOMELIB_PATH )
Original file line number Diff line number Diff line change 7878# The short X.Y version.
7979version = '1.9'
8080# The full version, including alpha/beta/rc tags.
81- release = '1.9.1 '
81+ release = '1.9.2 '
8282
8383# The language for content autogenerated by Sphinx. Refer to documentation
8484# for a list of supported languages.
Original file line number Diff line number Diff line change @@ -168,6 +168,14 @@ Release 1.9.1 - November 19
168168- lib: Fix outdated links :libpr: `282 `
169169- yaml: Fix SNTP servers option :yamlpr: `237 `
170170
171+ Release 1.9.2 - November 25
172+ ---------------------------
173+
174+ - lib: Fix crashing when logger not being used :libpr: `285 `
175+ - lib: Fix template cover spamming logs :libpr: `287 `
176+ - lib: Improve ESP32 BLE tracker stability :libpr: `289 `
177+ - lib: Fix sensor filters using C++ undefined behavior :libpr: `293 `
178+
171179All changes
172180-----------
173181
You can’t perform that action at this time.
0 commit comments