mirror of
https://github.com/heartcombo/devise.git
synced 2022-11-09 12:18:31 -05:00
Release Devise 0.5.6.
This commit is contained in:
parent
415bcdc722
commit
2f759f8d29
2 changed files with 3 additions and 1 deletions
|
@ -1,3 +1,5 @@
|
|||
== 0.5.6
|
||||
|
||||
* enhancements
|
||||
* [#42] Do not send nil to build (DataMapper compatibility)
|
||||
* [#44] Allow to have scoped views
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
module Devise
|
||||
VERSION = "0.5.5".freeze
|
||||
VERSION = "0.5.6".freeze
|
||||
end
|
||||
|
|
Loading…
Add table
Reference in a new issue