Bump to 0.2.1
This commit is contained in:
parent
35d21b38e6
commit
3ce9be556f
|
@ -1,5 +1,9 @@
|
||||||
# CHANGELOG
|
# CHANGELOG
|
||||||
|
|
||||||
|
## 0.2.1
|
||||||
|
* Avoid useless render on POST request with custom responder
|
||||||
|
* Custom responder now fallback to Rails default in case the template is not found
|
||||||
|
|
||||||
## 0.2.0
|
## 0.2.0
|
||||||
* Add `root` in DSL to set root without changing the data source
|
* Add `root` in DSL to set root without changing the data source
|
||||||
* Add XML renderer
|
* Add XML renderer
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
module RablRails
|
module RablRails
|
||||||
VERSION = '0.2.0'
|
VERSION = '0.2.1'
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue