Skip to content

Commit

Permalink
Prep for the 0.3.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
brynary committed Nov 9, 2008
1 parent 0aad32d commit 859a15b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion History.txt
@@ -1,4 +1,10 @@
== Trunk
== 0.3.2 / 2008-11-08

* Minor enhancements

* Fixes behavior or have_tag when a block is passed. It passes the matched node(s) to the block for further specs again. (Carl Lerche)

== 0.3.1 / 2008-11-07

* Minor enhancements

Expand Down
2 changes: 1 addition & 1 deletion lib/webrat.rb
Expand Up @@ -3,7 +3,7 @@
$LOAD_PATH.unshift(File.expand_path(File.dirname(__FILE__))) unless $LOAD_PATH.include?(File.expand_path(File.dirname(__FILE__)))

module Webrat
VERSION = '0.3.1'
VERSION = '0.3.2'

def self.root #:nodoc:
defined?(RAILS_ROOT) ? RAILS_ROOT : Merb.root
Expand Down

0 comments on commit 859a15b

Please sign in to comment.