Skip to content

Commit 31c1487

Browse files
authored
Update version and changelog (#620)
Remove outdated reference to PimpMyChangelog
1 parent 2a75591 commit 31c1487

File tree

6 files changed

+14
-6
lines changed

6 files changed

+14
-6
lines changed

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## 2.0.1 [](https://github.com/activeadmin/arbre/compare/v2.0.0...v2.0.1)
4+
5+
* Drop dependency on ruby2_keywords. [#578][] by [@Earlopain][]
6+
* Performance improvements in HTML generation. [#562][], [#617][] by [@tagliala][]
7+
38
## 2.0.0 [](https://github.com/activeadmin/arbre/compare/v1.7.0...v2.0.0)
49

510
* Include empty attributes in HTML output. [#543][] by [@javierjulio][]
@@ -99,7 +104,6 @@ _No changes_.
99104

100105
Initial release and extraction from Active Admin
101106

102-
<!--- The following link definition list is generated by PimpMyChangelog --->
103107
[#4]: https://github.com/activeadmin/arbre/issues/4
104108
[#6]: https://github.com/activeadmin/arbre/issues/6
105109
[#7]: https://github.com/activeadmin/arbre/issues/7
@@ -134,6 +138,9 @@ Initial release and extraction from Active Admin
134138
[#542]: https://github.com/activeadmin/arbre/pull/542
135139
[#543]: https://github.com/activeadmin/arbre/pull/543
136140
[#545]: https://github.com/activeadmin/arbre/pull/545
141+
[#562]: https://github.com/activeadmin/arbre/pull/562
142+
[#578]: https://github.com/activeadmin/arbre/pull/578
143+
[#617]: https://github.com/activeadmin/arbre/pull/617
137144

138145
[@aramvisser]: https://github.com/aramvisser
139146
[@LTe]: https://github.com/LTe
@@ -157,3 +164,4 @@ Initial release and extraction from Active Admin
157164
[@ngan]: https://github.com/ngan
158165
[@tomascco]: https://github.com/tomascco
159166
[@javierjulio]: https://github.com/javierjulio
167+
[@Earlopain]: https://github.com/Earlopain

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
arbre (2.0.0)
4+
arbre (2.0.1)
55
activesupport (>= 3.0.0)
66

77
GEM

gemfiles/rails_61/Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: ../..
33
specs:
4-
arbre (2.0.0)
4+
arbre (2.0.1)
55
activesupport (>= 3.0.0)
66

77
GEM

gemfiles/rails_70/Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: ../..
33
specs:
4-
arbre (2.0.0)
4+
arbre (2.0.1)
55
activesupport (>= 3.0.0)
66

77
GEM

gemfiles/rails_71/Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: ../..
33
specs:
4-
arbre (2.0.0)
4+
arbre (2.0.1)
55
activesupport (>= 3.0.0)
66

77
GEM

lib/arbre/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# frozen_string_literal: true
22
module Arbre
3-
VERSION = "2.0.0"
3+
VERSION = "2.0.1"
44
end

0 commit comments

Comments
 (0)