Skip to content

Commit

Permalink
Cut 1.2.0.rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
deivid-rodriguez committed Mar 24, 2019
1 parent ce8409f commit eef28e9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Master (unreleased)

## 1.2.0.rc1 [](https://github.com/activeadmin/arbre/compare/v1.1.1...v1.2.0.rc1)

* Fix deprecation warning about single arity template handlers on Rails 6. [#110][] by [@aramvisser][]
* Fix rendering `link_to` with a block in a arbre template. [#64][] by [@varyonic][]
* Drop support for EOL'd rubies (under 2.3). [#78][] by [@deivid-rodriguez][]
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:
arbre (1.1.1)
arbre (1.2.0.rc1)
activesupport (>= 3.0.0)

GEM
Expand Down
2 changes: 1 addition & 1 deletion lib/arbre/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Arbre
VERSION = "1.1.1"
VERSION = "1.2.0.rc1"
end

0 comments on commit eef28e9

Please sign in to comment.