From 7fba86e1224e261ee4c7a9ef3da117044fe9b6db Mon Sep 17 00:00:00 2001 From: Jonas Nicklas Date: Mon, 26 Oct 2009 08:51:00 +0100 Subject: [PATCH] tagged 0.4.1 --- History.txt | 1 + lib/carrierwave.rb | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/History.txt b/History.txt index d9b0cdde0..6a9d18d49 100644 --- a/History.txt +++ b/History.txt @@ -1,6 +1,7 @@ === Version 0.4.1 * [changed] Major changes to the ImageScience module, it actually works now! +* [fixed] Bug in configuration where it complais that it can't dup Symbol * [removed] Support for Sequel < 2.12 * [removed] `crop_resized` and `resize` aliases in RMagick, use `resize_to_fill` and `resize_to_fit` respectively diff --git a/lib/carrierwave.rb b/lib/carrierwave.rb index c9796a2ee..4f3256a0f 100644 --- a/lib/carrierwave.rb +++ b/lib/carrierwave.rb @@ -7,7 +7,7 @@ module CarrierWave - VERSION = "0.4.0" + VERSION = "0.4.1" class << self attr_accessor :root