Bump to 0.2.0

This commit is contained in:
ccocchi 2012-09-24 16:02:18 +02:00
parent de8a0da9be
commit 0cf1efea14
2 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
# CHANGELOG
## 0.2.0 (unrelased)
* Add `root` in DSL to set root without changing the source
## 0.2.0
* Add `root` in DSL to set root without changing the data source
* Add XML renderer
* Use MultiJson's preferred JSON engine as default (shmeltex)
* Default template to render with responder can be set per controller

View File

@ -1,3 +1,3 @@
module RablRails
VERSION = '0.1.3'
VERSION = '0.2.0'
end