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 9eab1bd commit 3ba35d1Copy full SHA for 3ba35d1
CHANGELOG.md
@@ -2,6 +2,10 @@
2
3
## Master (unreleased)
4
5
+## 1.2.0 [☰](https://github.com/activeadmin/arbre/compare/v1.2.0.rc1...v1.2.0)
6
+
7
+_No changes_.
8
9
## 1.2.0.rc1 [☰](https://github.com/activeadmin/arbre/compare/v1.1.1...v1.2.0.rc1)
10
11
* Fix deprecation warning about single arity template handlers on Rails 6. [#110][] by [@aramvisser][]
Gemfile.lock
@@ -1,7 +1,7 @@
1
PATH
remote: .
specs:
- arbre (1.2.0.rc1)
+ arbre (1.2.0)
activesupport (>= 3.0.0)
GEM
lib/arbre/version.rb
@@ -1,3 +1,3 @@
module Arbre
- VERSION = "1.2.0.rc1"
+ VERSION = "1.2.0"
end
0 commit comments