We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 372b3db commit a4099aaCopy full SHA for a4099aa
CHANGELOG.md
@@ -2,8 +2,12 @@
2
3
## master
4
5
+## 0.7.0 (2024-06-20)
6
+
7
- **Ruby 2.7+** is required.
8
9
+- Support using callable objects as scopes. ([@killondark][])
10
11
## 0.6.9 (2024-04-19)
12
13
- Add `.with_context` modifier to the `#have_authorized_scope` matcher. ([@killondark][])
lib/action_policy/version.rb
@@ -1,5 +1,5 @@
1
# frozen_string_literal: true
module ActionPolicy
- VERSION = "0.6.9"
+ VERSION = "0.7.0"
end
0 commit comments