Version 0.29.6

This commit is contained in:
Paulus Schoutsen 2016-10-01 12:14:42 -07:00
parent 15e47be38c
commit 6b81797fad
2 changed files with 7 additions and 2 deletions

View File

@ -91,6 +91,11 @@ Since 0.28 [automation rules](/blog/2016/09/10/notify-group-reload-api-pihole/#r
- Fix Climate Nest platform (@tchellomello, @jawilson) - Fix Climate Nest platform (@tchellomello, @jawilson)
### {% linkable_title Hotfix 0.29.5 - October 1 %}
- Fix segmentation fault ([@bbangert], fixes #3453) 🎉
- Fix nested templates in `data_template` would incorrectly get cached ([@balloob])
### {% linkable_title Breaking changes %} ### {% 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()`. - 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">
<div class="grid__item one-third lap-one-third palm-one-whole"> <div class="grid__item one-third lap-one-third palm-one-whole">
<div class='current-version material-card text'> <div class='current-version material-card text'>
<h1>Current Version: 0.29.5</h1> <h1>Current Version: 0.29.6</h1>
Released: <span class='release-date'>September 30, 2016</span> Released: <span class='release-date'>October 1, 2016</span>
<div class='links'> <div class='links'>
<a href='/blog/2016/09/29/async-sleepiq-emoncms-stocks'>Release notes</a> <a href='/blog/2016/09/29/async-sleepiq-emoncms-stocks'>Release notes</a>