File tree 3 files changed +7
-2
lines changed
3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -7,12 +7,15 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
7
7
8
8
## Unreleased
9
9
10
+ ## 6.5.0 (2025-04-10)
11
+
10
12
- Breaking Changes
11
13
- None
12
14
- Added
13
15
- None
14
16
- Fixed
15
17
- [ #770 ] ( https://github.com/binarylogic/authlogic/pull/770 ) - Adds support for Rails 7.2 and 8.0
18
+ - [ #777 ] ( https://github.com/binarylogic/authlogic/pull/777 ) - Loads authlogic once Active Record has successfully loaded
16
19
17
20
## 6.4.3 (2023-12-17)
18
21
Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ An unobtrusive ruby authentication library based on ActiveRecord.
11
11
| Version | Documentation |
12
12
| ---------- | ----------------------------------------------------------------- |
13
13
| Unreleased | https://github.com/binarylogic/authlogic/blob/master/README.md |
14
+ | 6.5.0 | https://github.com/binarylogic/authlogic/blob/v6.5.0/README.md |
14
15
| 6.4.3 | https://github.com/binarylogic/authlogic/blob/v6.4.3/README.md |
15
16
| 5.2.0 | https://github.com/binarylogic/authlogic/blob/v5.2.0/README.md |
16
17
| 4.5.0 | https://github.com/binarylogic/authlogic/blob/v4.5.0/README.md |
@@ -490,7 +491,8 @@ in `authlogic/session/base.rb`.
490
491
491
492
| Version | branch | ruby | activerecord |
492
493
| ------- | ---------- | -------- | ------------- |
493
- | 6.4.3 | 6-4-stable | >= 2.4.0 | >= 5.2, < 8.1 |
494
+ | 6.5.0 | 6-5-stable | >= 2.4.0 | >= 5.2, < 8.0 |
495
+ | 6.4.3 | 6-4-stable | >= 2.4.0 | >= 5.2, < 7.1 |
494
496
| 5.2 | 5-2-stable | >= 2.3.0 | >= 5.2, < 6.1 |
495
497
| 4.5 | 4-5-stable | >= 2.3.0 | >= 4.2, < 5.3 |
496
498
| 4.3 | 4-3-stable | >= 2.3.0 | >= 4.2, < 5.3 |
Original file line number Diff line number Diff line change @@ -15,6 +15,6 @@ module Authlogic
15
15
#
16
16
# @api public
17
17
def self . gem_version
18
- ::Gem ::Version . new ( "6.4.3 " )
18
+ ::Gem ::Version . new ( "6.5.0 " )
19
19
end
20
20
end
You can’t perform that action at this time.
0 commit comments