Skip to content

Commit

Permalink
tagged 0.4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
jnicklas committed Feb 20, 2010
1 parent 57e21c3 commit fabfb7c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions History.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
=== Version 0.4.5 2010-02-20

* [added] Support for Rackspace Cloudfiles
* [added] GridFS now accepts a port
* [fixed] s3_headers is now properly initialized
* [fixed] work around DataMapper's patching of core method

=== Version 0.4.4 2010-01-31

* [added] Support for downloading remote files
Expand Down
2 changes: 1 addition & 1 deletion lib/carrierwave.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

module CarrierWave

VERSION = "0.4.4"
VERSION = "0.4.5"

class << self
attr_accessor :root
Expand Down

0 comments on commit fabfb7c

Please sign in to comment.