Skip to content

Commit

Permalink
Bump to version 1.0.0.rc4
Browse files Browse the repository at this point in the history
  • Loading branch information
gregbell committed Jun 13, 2012
1 parent 3c74e83 commit 4084bf8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
9 changes: 7 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,16 @@
## 1.0.0.rc4

* Fix issue where user could call `symbolize_keys!` on a
HashWithIndifferentAccess which doesn't implement the method

## 1.0.0.rc3

* Implemented `Arbre::HTML::Tag#default_id_for_prefix`

## 1.0.0.rc2

* Fixed bug where Component's build methods were being rendered within the
parent context.
* Fixed bug where Component's build methods were being rendered within the
parent context.

## 1.0.0.rc1

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.rc3"
VERSION = "1.0.0.rc4"
end

0 comments on commit 4084bf8

Please sign in to comment.