From e81af052f4bbe9e17e38c668116cd1846c6d275c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Valim?= Date: Tue, 22 Sep 2015 15:15:52 +0200 Subject: [PATCH] Release v3.2.0 --- CHANGELOG.md | 9 ++++----- Gemfile.lock | 2 +- lib/simple_form/version.rb | 2 +- 3 files changed, 6 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6cebc833..d5ab40a2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,7 @@ -## master +## 3.2.0 -## enhancements - -## bug fix +### bug fix + * Improve performance of input generation by disabling support for `_html` translations. This reverts the feature introduced on the 3.1.0 branch ## 3.1.1 @@ -16,7 +15,7 @@ HTML5 compatibility is explicitly enabled. [@ericsullivan](https://github.com/ericsullivan) * The datetime, date, and time inputs now have a nice format by default on bootstrap. - [ulissesalmeida](https://github.com/ulissesalmeida) [eltonchrls](https://github.com/eltonchrls) + [@ulissesalmeida](https://github.com/ulissesalmeida) [@eltonchrls](https://github.com/eltonchrls) * Now it is possible to set custom input mappings for collections. diff --git a/Gemfile.lock b/Gemfile.lock index 13f961c7..b626d30a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - simple_form (3.2.0.dev) + simple_form (3.2.0) actionpack (~> 4.0) activemodel (~> 4.0) diff --git a/lib/simple_form/version.rb b/lib/simple_form/version.rb index b7da0e62..e8fc73bf 100644 --- a/lib/simple_form/version.rb +++ b/lib/simple_form/version.rb @@ -1,3 +1,3 @@ module SimpleForm - VERSION = "3.2.0.dev".freeze + VERSION = "3.2.0".freeze end