Skip to content

Commit

Permalink
Prepared for release
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanderdean committed Jul 8, 2016
1 parent 04fa342 commit 8dbe993
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
Version 0.3.3 (2016-07-08)
--------------------------
Remove problematic contract on Sluice::Storage::S3::rename_file (#48)

Version 0.3.2 (2016-07-07)
--------------------------
Fix incorrect contract for Sluice::Storage::S3::get_basename (#47)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Sluice has been extracted from a pair of Ruby ETL applications built by the [Sno

Or in your Gemfile:

gem 'sluice', '~> 0.3.2'
gem 'sluice', '~> 0.3.3'

## Usage

Expand Down
2 changes: 1 addition & 1 deletion lib/sluice/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@

module Sluice
NAME = "sluice"
VERSION = "0.3.2"
VERSION = "0.3.3"
end

0 comments on commit 8dbe993

Please sign in to comment.