Skip to content

Commit

Permalink
version bump 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
paularmstrong committed Oct 6, 2011
1 parent a89e3e2 commit ef496c8
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [0.7.0](https://github.com/paularmstrong/swig/tree/v0.7.0) / 2011-10-05

* **Added** `make browser` will build Swig for use in major browsers. [gh-3]
* **Changed** Allow overriding `escape` filters. [gh-19]

[Documentation](https://github.com/paularmstrong/swig/tree/v0.7.0/docs)

## [0.6.1](https://github.com/paularmstrong/swig/tree/v0.6.1) / 2011-10-02

* **Fixed** chaining filters when the first takes a variable as an argument will not crash parsing.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

## Documentation

All documentation can be viewed online. [Documentation Table of Contents](https://github.com/paularmstrong/swig/tree/master/docs#readme)
All documentation can be viewed online. [Documentation Table of Contents](https://github.com/paularmstrong/swig/tree/master/docs)

## Basic Example

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "swig",
"version": "0.6.1",
"version": "0.7.0",
"description": "A fast django-like templating engine for node.js.",
"keywords": ["template", "html", "django", "sandbox"],
"repository": "git://github.com/paularmstrong/swig.git",
Expand Down

0 comments on commit ef496c8

Please sign in to comment.