Skip to content

Commit

Permalink
Release v0.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosantoniodasilva committed Feb 4, 2023
1 parent f38cb81 commit 43ff6c3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
## Unreleased


## 0.8.1

* Add support for Rails 7.0 and Ruby 3.1/3.2 (no changes required)
* Remove test files from the gem package.
* Expand readme with information on how to use the library outside of controllers.
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
has_scope (0.8.0)
has_scope (0.8.1)
actionpack (>= 5.2)
activesupport (>= 5.2)

Expand Down
2 changes: 1 addition & 1 deletion lib/has_scope/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module HasScope
VERSION = "0.8.0"
VERSION = "0.8.1"
end

0 comments on commit 43ff6c3

Please sign in to comment.