Skip to content

Commit

Permalink
Bump to version 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
gregbell committed Aug 28, 2012
1 parent e137edd commit bd0433b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## 1.0.1

* Template handler converts to string to satisfy Rack::Lint (@jpmckinney, #6)
* Fix to `Tag#add_class` when passing a string of classes to Tag build method
(@gregbell, #7)
* Not longer uses the default separator (@LTe, #4)

## 1.0.0

* Added support for the use of `:for` with non Active Model objects
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.0.0"
VERSION = "1.0.1"
end

0 comments on commit bd0433b

Please sign in to comment.