Skip to content

Commit e64f2c5

Browse files
committed
Bump 0.3.0
1 parent 924c15c commit e64f2c5

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## master
22

3-
## 0.3.0.beta1 (2019-03-30)
3+
## 0.3.0 (2019-04-02)
44

55
- Added ActiveSupport-based instrumentation. ([@palkan][])
66

docs/debugging.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ def feed?
1717
(admin? || allowed_to?(:access_feed?)) &&
1818
(user.name == "Jack" || user.name == "Kate")
1919
end
20-
2120
```
2221

2322
Suppose that you want to debug this rule ("Why does it return false?").

lib/action_policy/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 ActionPolicy
4-
VERSION = "0.3.0.beta1"
4+
VERSION = "0.3.0"
55
end

0 commit comments

Comments
 (0)