From e2a672a7679dec65153dcb0e252d6aae9ccdd751 Mon Sep 17 00:00:00 2001 From: Bryan Helmkamp Date: Tue, 17 Mar 2009 01:26:38 -0400 Subject: [PATCH] Prep 0.4.3 release --- History.txt | 6 +++--- lib/webrat.rb | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/History.txt b/History.txt index 584271a7..a4efd17e 100644 --- a/History.txt +++ b/History.txt @@ -1,13 +1,13 @@ -== Git (Unreleased) +== 0.4.3 / 2009-03-17 * Minor enhancements + * Support Rails 2.3. Use Rack::Utils to parse params (Matthew Ford) * Support for "modular" Sinatra app style (Simon Rozet) + * Initial Merb and Sinatra compatibility for Selenium mode (Corey Donohoe) * When faced with a label with no for attribute, that contains a hidden field and another field, as can be the case in Rails 2.3's checkbox view, webrat now locates the non-hidden field. (Luke Melia) - * When using Rails 2.3, use Rack::Utils to parse params (Matthew Ford) - * Initial Merb and Sinatra compatibility for Selenium mode (Corey Donohoe) * Add application_framework config for Selenium mode to determine how to start and stop the app server (Corey Donohoe) diff --git a/lib/webrat.rb b/lib/webrat.rb index 000fa1f4..cd0aa9b7 100644 --- a/lib/webrat.rb +++ b/lib/webrat.rb @@ -7,7 +7,7 @@ module Webrat class WebratError < StandardError end - VERSION = '0.4.2' + VERSION = '0.4.3' def self.require_xml gem "nokogiri", ">= 1.0.6"