Skip to content

Commit 00a9778

Browse files
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.
1 parent 119a40f commit 00a9778

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
### Unreleased
1+
### 5.0.0.rc - 2025-12-31
22

33
* breaking changes
44
* Drop support to Ruby < 2.7

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ GIT
1111
PATH
1212
remote: .
1313
specs:
14-
devise (5.0.0.beta)
14+
devise (5.0.0.rc)
1515
bcrypt (~> 3.0)
1616
orm_adapter (~> 0.1)
1717
railties (>= 7.0)

lib/devise/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module Devise
4-
VERSION = "5.0.0.beta".freeze
4+
VERSION = "5.0.0.rc".freeze
55
end

0 commit comments

Comments
 (0)