diff --git a/History.md b/History.md index 53aa0a8c..00316358 100644 --- a/History.md +++ b/History.md @@ -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. diff --git a/README.md b/README.md index 0ca672e3..10e05123 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/package.json b/package.json index 5dd865a0..81da0f92 100644 --- a/package.json +++ b/package.json @@ -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",