Release 2.0.2 🌟💚🌟

This commit is contained in:
Rafael Mendonça França 2012-04-30 13:55:21 -03:00
parent 4d819311b5
commit 30ca27d079
3 changed files with 5 additions and 4 deletions

View File

@ -1,7 +1,8 @@
## 2.0.2 (Not released yet)
## 2.0.2
### enhancements
* Add `:inline_label` configuration to nested booleans to display text inline with checkbox. ([@ehoch](https://github.com/ehoch))
* Add `:inline_label` option to nested booleans to display text inline with checkbox.
If the value is `true` it uses the default label text. ([@ehoch](https://github.com/ehoch))
* Add html support for hints. ([@findrails](https://github.com/findrails))
### bug fix

View File

@ -1,7 +1,7 @@
PATH
remote: .
specs:
simple_form (2.0.2.dev)
simple_form (2.0.2)
actionpack (~> 3.0)
activemodel (~> 3.0)

View File

@ -1,3 +1,3 @@
module SimpleForm
VERSION = "2.0.2.dev".freeze
VERSION = "2.0.2".freeze
end