Skip to content

Commit

Permalink
version bump 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
paularmstrong committed Sep 12, 2011
1 parent bca43d9 commit b1ca6f3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions 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 ## [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. * **Added** `allowErrors` flag will allow errors to be thrown and bubbled up. Default to catch errors.
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{ {
"name": "swig", "name": "swig",
"version": "0.1.9", "version": "0.2.0",
"description": "A fast django-like templating engine for node.js.", "description": "A fast django-like templating engine for node.js.",
"keywords": ["template", "html", "django", "sandbox"], "keywords": ["template", "html", "django", "sandbox"],
"repository": "git://github.com/paularmstrong/swig.git", "repository": "git://github.com/paularmstrong/swig.git",
Expand Down

0 comments on commit b1ca6f3

Please sign in to comment.