Prepare for `5.0.1` release

This commit is contained in:
Leonardo Tegon 2019-10-04 11:43:30 -03:00
parent 9385f4e697
commit 40fa2de8ad
No known key found for this signature in database
GPG Key ID: A2A555407E152BD3
3 changed files with 4 additions and 2 deletions

View File

@ -1,5 +1,7 @@
## Unreleased
## 5.0.1
### Bug fix
* Replace `_url` with `remote_url` when trying to guess file inputs [@tegon](https://github.com/tegon). This has the side-effect of changing carrierwave's support from `0.2.1` to `0.2.2`.

View File

@ -1,7 +1,7 @@
PATH
remote: .
specs:
simple_form (5.0.0)
simple_form (5.0.1)
actionpack (>= 5.0)
activemodel (>= 5.0)

View File

@ -1,4 +1,4 @@
# frozen_string_literal: true
module SimpleForm
VERSION = "5.0.0".freeze
VERSION = "5.0.1".freeze
end