Skip to content
This repository was archived by the owner on Jul 13, 2023. It is now read-only.

Commit de92a5a

Browse files
author
Sid Raval
committed
Bump to 5.3.0
[ci skip]
1 parent 3218075 commit de92a5a

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

NEWS

+14
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
5.3.0 (2018-03-09):
2+
3+
* Improvement: Use `FactoryBot` instead of `FactoryGirl` (https://github.com/thoughtbot/paperclip/pull/2501)
4+
* Improvement: README updates (https://github.com/thoughtbot/paperclip/pull/2411, https://github.com/thoughtbot/paperclip/pull/2433, https://github.com/thoughtbot/paperclip/pull/2374, https://github.com/thoughtbot/paperclip/pull/2417, https://github.com/thoughtbot/paperclip/pull/2536)
5+
* Improvement: Remove Ruby 2.4 deprecation warning (https://github.com/thoughtbot/paperclip/pull/2401)
6+
* Improvement: Rails 5 migration compatibility (https://github.com/thoughtbot/paperclip/pull/2470)
7+
* Improvement: Documentation around post processing (https://github.com/thoughtbot/paperclip/pull/2381)
8+
* Improvement: S3 hostname example documentation (https://github.com/thoughtbot/paperclip/pull/2379)
9+
* Bugfix: Allow paperclip to load in IRB (https://github.com/thoughtbot/paperclip/pull/2369)
10+
* Bugfix: MIME type detection (https://github.com/thoughtbot/paperclip/issues/2527)
11+
* Bugfix: Bad tempfile state after symlink failure (https://github.com/thoughtbot/paperclip/pull/2540)
12+
* Bugfix: Rewind file after Fog bucket creation (https://github.com/thoughtbot/paperclip/pull/2572)
13+
* Improvement: Use `Terrapin` instead of `Cocaine` (https://github.com/thoughtbot/paperclip/pull/2553)
14+
115
5.2.1 (2018-01-25):
216

317
* Bugfix: Fix copying files on Windows. (#2532)

lib/paperclip/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module Paperclip
22
unless defined?(Paperclip::VERSION)
3-
VERSION = "5.2.1".freeze
3+
VERSION = "5.3.0".freeze
44
end
55
end

0 commit comments

Comments
 (0)