Release 3.5.0.

This commit is contained in:
Lucas Mazza 2017-05-17 17:23:08 -03:00
parent 58371f1698
commit 5b43d10a08
No known key found for this signature in database
GPG Key ID: C009F9A6BE4A44CB
3 changed files with 6 additions and 2 deletions

View File

@ -1,5 +1,9 @@
## Unreleased
## 3.5.0
* Updated gem dependency to support Rails 5.1.x.
## 3.4.0
* Removed Ruby 2.4.0 `Integer` unification deprecation warning.

View File

@ -1,7 +1,7 @@
PATH
remote: .
specs:
simple_form (3.4.0)
simple_form (3.5.0)
actionpack (> 4, < 5.2)
activemodel (> 4, < 5.2)

View File

@ -1,3 +1,3 @@
module SimpleForm
VERSION = "3.4.0".freeze
VERSION = "3.5.0".freeze
end