Skip to content

Commit

Permalink
Prepare for version 0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tegon committed Apr 13, 2018
1 parent f130fc4 commit 28166bf
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 5 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
## Unreleased

## 0.6.1

* Add support for Rails 5.2.
* Fix issue causing blank class not being applied to field wrapper when the result of a Proc is empty.

## 0.6.0

* Relaxed dependencies to support Rails 5.1.
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:
show_for (0.6.0)
show_for (0.6.1)
actionpack (>= 4.1)
activemodel (>= 4.1)

Expand Down
2 changes: 1 addition & 1 deletion gemfiles/Gemfile-rails.4.1.x.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
show_for (0.6.0)
show_for (0.6.1)
actionpack (>= 4.1)
activemodel (>= 4.1)

Expand Down
2 changes: 1 addition & 1 deletion gemfiles/Gemfile-rails.5.1.x.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
show_for (0.6.0)
show_for (0.6.1)
actionpack (>= 4.1)
activemodel (>= 4.1)

Expand Down
2 changes: 1 addition & 1 deletion gemfiles/Gemfile-rails.head.lock
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ GIT
PATH
remote: ..
specs:
show_for (0.6.0)
show_for (0.6.1)
actionpack (>= 4.1)
activemodel (>= 4.1)

Expand Down
2 changes: 1 addition & 1 deletion lib/show_for/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module ShowFor
VERSION = "0.6.0".freeze
VERSION = "0.6.1".freeze
end

0 comments on commit 28166bf

Please sign in to comment.