mirror of
https://github.com/heartcombo/devise.git
synced 2026-01-06 21:43:53 -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
|
||||
* Drop support to Ruby < 2.7
|
||||
|
||||
@@ -11,7 +11,7 @@ GIT
|
||||
PATH
|
||||
remote: .
|
||||
specs:
|
||||
devise (5.0.0.beta)
|
||||
devise (5.0.0.rc)
|
||||
bcrypt (~> 3.0)
|
||||
orm_adapter (~> 0.1)
|
||||
railties (>= 7.0)
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
module Devise
|
||||
VERSION = "5.0.0.beta".freeze
|
||||
VERSION = "5.0.0.rc".freeze
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user