diff --git a/History.md b/History.md index 946807a9..546c896b 100644 --- a/History.md +++ b/History.md @@ -1,3 +1,8 @@ +## [0.2.0](https://github.com/paularmstrong/swig/tree/0.2.0) / 2011-09-11 + +* **Fixed** `if` statements allow filters applied to operands. +* **Fixed** `for` loops allow filters applied to the object that will be iterated over. + ## [0.1.9](https://github.com/paularmstrong/swig/tree/0.1.9) / 2011-09-11 * **Added** `allowErrors` flag will allow errors to be thrown and bubbled up. Default to catch errors. diff --git a/package.json b/package.json index 815af69a..c038c7ac 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "swig", - "version": "0.1.9", + "version": "0.2.0", "description": "A fast django-like templating engine for node.js.", "keywords": ["template", "html", "django", "sandbox"], "repository": "git://github.com/paularmstrong/swig.git",