Version 0.29.7

This commit is contained in:
Paulus Schoutsen 2016-10-04 21:05:34 -07:00
parent ae9cc6c529
commit 34d2798f0d
2 changed files with 7 additions and 3 deletions

View File

@ -91,11 +91,15 @@ Since 0.28 [automation rules](/blog/2016/09/10/notify-group-reload-api-pihole/#r
- Fix Climate Nest platform (@tchellomello, @jawilson)
### {% linkable_title Hotfix 0.29.5 - October 1 %}
### {% linkable_title Hotfix 0.29.6 - October 1 %}
- Fix segmentation fault ([@bbangert], fixes #3453) 🎉
- Fix nested templates in `data_template` would incorrectly get cached ([@balloob])
### {% linkable_title Hotfix 0.29.7 - October 5 %}
- Fix handling SIGTERM and SIGHUP signals (fixes Systemd restart issues) ([@pvizeli])
### {% linkable_title Breaking changes %}
- The template methods `now` and `utcnow` have been changed from variables to methods. To get the current time replace `now` with `now()`.

View File

@ -15,8 +15,8 @@ hide_github_edit: true
<div class="grid">
<div class="grid__item one-third lap-one-third palm-one-whole">
<div class='current-version material-card text'>
<h1>Current Version: 0.29.6</h1>
Released: <span class='release-date'>October 1, 2016</span>
<h1>Current Version: 0.29.7</h1>
Released: <span class='release-date'>October 5, 2016</span>
<div class='links'>
<a href='/blog/2016/09/29/async-sleepiq-emoncms-stocks'>Release notes</a>