Skip to content

Commit

Permalink
Bump 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
palkan committed Apr 2, 2019
1 parent 924c15c commit e64f2c5
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## master

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

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

Expand Down
1 change: 0 additions & 1 deletion docs/debugging.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ def feed?
(admin? || allowed_to?(:access_feed?)) &&
(user.name == "Jack" || user.name == "Kate")
end

```

Suppose that you want to debug this rule ("Why does it return false?").
Expand Down
2 changes: 1 addition & 1 deletion lib/action_policy/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module ActionPolicy
VERSION = "0.3.0.beta1"
VERSION = "0.3.0"
end

0 comments on commit e64f2c5

Please sign in to comment.