Skip to content

Commit 1e6de61

Browse files
committed
Release 1.0.2
1 parent 1526789 commit 1e6de61

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 1.0.2
2+
3+
* make `Element#inspect` behave correctly in Ruby 2.0 (@seanlinsley, #16)
4+
* prevent `Arbre::Element#flatten` infinite recursion (@seanlinsley, #32)
5+
* make `find_by_class` correctly find children by class (@kaapa, #33)
6+
17
## 1.0.1
28

39
* Template handler converts to string to satisfy Rack::Lint (@jpmckinney, #6)

lib/arbre/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Arbre
2-
VERSION = "1.0.1"
2+
VERSION = "1.0.2"
33
end

0 commit comments

Comments
 (0)