v.0.3.6
The character ' is now a valid delimiter for literal strings.
For example:
before you had to write {{> _somePartial "literal string"}}, now you can also write {{> _somePartial 'literal string'}}
this change is meant to improve compatibility with hbs files written in a javascript environment.