We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca360b1 commit 0ad8f07Copy full SHA for 0ad8f07
CHANGELOG.md
@@ -1,4 +1,4 @@
1
-## Unreleased
+## 0.8.1
2
3
* Add support for Rails 7.0/7.1 and Ruby 3.1/3.2 (no changes required)
4
* Remove test files from the gem package.
Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
- show_for (0.8.0)
+ show_for (0.8.1)
5
actionpack (>= 5.2)
6
activemodel (>= 5.2)
7
lib/show_for/version.rb
@@ -1,3 +1,3 @@
module ShowFor
- VERSION = "0.8.0".freeze
+ VERSION = "0.8.1".freeze
end
0 commit comments