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

Commit 3a36726

Browse files
committed
Release version v4.3.2
[ci skip]
1 parent f471008 commit 3a36726

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

NEWS

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
4.3.2 (11/18/2015):
2+
3+
* Performance: Reduce memory allocations (#2056)
4+
15
4.3.1 (9/9/2015):
26

37
* Backport of bugfix to `remove_column`, so it works in Rails 3 and 4

lib/paperclip/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Paperclip
2-
VERSION = "4.3.1" unless defined? Paperclip::VERSION
2+
VERSION = "4.3.2" unless defined? Paperclip::VERSION
33
end

0 commit comments

Comments
 (0)