Skip to content

Commit 56a839e

Browse files
committed
Bump to 1.13.0
1 parent 4cc0440 commit 56a839e

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

CHANGELOG.md

+6-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
1-
## HEAD
1+
## 1.13.0 (2024-07-24)
22

3-
* Add `#cover` that allows one to resize an image to cover a given width and height without cropping
4-
the excess. (@brendon)
3+
* [minimagick] Use `-append` when calling `#append` with no arguments (@janko)
4+
5+
* [vips] Avoid lines on the side when rotating by multiples of 90 degrees (@etherbob)
6+
7+
* Add `#resize_to_cover` that allows resizing an image to cover a given rectangle without cropping the excess (@brendon)
58

69
## 1.12.2 (2022-03-01)
710

lib/image_processing/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module ImageProcessing
2-
VERSION = "1.12.2"
2+
VERSION = "1.13.0"
33
end

0 commit comments

Comments
 (0)