Release 3.4.0.

This commit is contained in:
Lucas Mazza 2017-01-06 11:25:13 -02:00
parent daaf2b56b1
commit b737e868a5
No known key found for this signature in database
GPG Key ID: C009F9A6BE4A44CB
3 changed files with 5 additions and 3 deletions

View File

@ -1,5 +1,7 @@
## Unreleased ## Unreleased
## 3.4.0
* Removed Ruby 2.4.0 `Integer` unification deprecation warning. * Removed Ruby 2.4.0 `Integer` unification deprecation warning.
* Removed EOL Ruby 1.9.3 from the build matrix. * Removed EOL Ruby 1.9.3 from the build matrix.
* Added `minlength` component. * Added `minlength` component.

View File

@ -1,7 +1,7 @@
PATH PATH
remote: . remote: .
specs: specs:
simple_form (3.3.1) simple_form (3.4.0)
actionpack (> 4, < 5.1) actionpack (> 4, < 5.1)
activemodel (> 4, < 5.1) activemodel (> 4, < 5.1)
@ -294,4 +294,4 @@ DEPENDENCIES
simple_form! simple_form!
BUNDLED WITH BUNDLED WITH
1.12.5 1.14.0.pre.1

View File

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