Skip to content

Commit bd0433b

Browse files
committed
Bump to version 1.0.1
1 parent e137edd commit bd0433b

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## 1.0.1
2+
3+
* Template handler converts to string to satisfy Rack::Lint (@jpmckinney, #6)
4+
* Fix to `Tag#add_class` when passing a string of classes to Tag build method
5+
(@gregbell, #7)
6+
* Not longer uses the default separator (@LTe, #4)
7+
18
## 1.0.0
29

310
* Added support for the use of `:for` with non Active Model objects

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.0"
2+
VERSION = "1.0.1"
33
end

0 commit comments

Comments
 (0)