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:
Carlos Antonio da Silva
2025-12-31 15:42:22 -03:00
parent 119a40f9d3
commit 00a97782cb
3 changed files with 3 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
### Unreleased
### 5.0.0.rc - 2025-12-31
* breaking changes
* Drop support to Ruby < 2.7

View File

@@ -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)

View File

@@ -1,5 +1,5 @@
# frozen_string_literal: true
module Devise
VERSION = "5.0.0.beta".freeze
VERSION = "5.0.0.rc".freeze
end