Skip to content

Commit c0f9d36

Browse files
bump to version 6.0
1 parent 3871efb commit c0f9d36

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.rdoc

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
= 6.0.0 (April 2, 2021)
2+
3+
Breaking changes:
4+
5+
* Support strict <tt>with_role</tt> queries. Note this changes behaviour of with_role when running in strict mode to behave as previously documented. #543 describes the behaviour change.
6+
* Dropped support for Ruby 2.3 and 2.4
7+
8+
Improvements:
9+
10+
* Updated ActiveRecord adapters implementation of <tt>in</tt> to utilise a subquery instead of two queries
11+
112
= 5.3.0 (June 1, 2020)
213

314
5.3.0 will be the last version to support Ruby < 2.5 and Rails < 5.2. Support for these will be dropped in the next major release.

lib/rolify/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Rolify
2-
VERSION = "5.3.0"
2+
VERSION = "6.0.0"
33
end

0 commit comments

Comments
 (0)