mirror of
https://github.com/heartcombo/devise.git
synced 2026-01-09 15:47:59 -05:00
Release v5.0.0.rc
Given a lot of time has passed since the last v4.x release, and there's been many changes (including breaking ones) merged to main, let's go with an "RC" version before doing a final release. If we don't hear any major issues, I plan to release a final version in a couple of weeks.
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
### Unreleased
|
### 5.0.0.rc - 2025-12-31
|
||||||
|
|
||||||
* breaking changes
|
* breaking changes
|
||||||
* Drop support to Ruby < 2.7
|
* Drop support to Ruby < 2.7
|
||||||
|
|||||||
@@ -11,7 +11,7 @@ GIT
|
|||||||
PATH
|
PATH
|
||||||
remote: .
|
remote: .
|
||||||
specs:
|
specs:
|
||||||
devise (5.0.0.beta)
|
devise (5.0.0.rc)
|
||||||
bcrypt (~> 3.0)
|
bcrypt (~> 3.0)
|
||||||
orm_adapter (~> 0.1)
|
orm_adapter (~> 0.1)
|
||||||
railties (>= 7.0)
|
railties (>= 7.0)
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
# frozen_string_literal: true
|
# frozen_string_literal: true
|
||||||
|
|
||||||
module Devise
|
module Devise
|
||||||
VERSION = "5.0.0.beta".freeze
|
VERSION = "5.0.0.rc".freeze
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user