We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4cc0440 commit 56a839eCopy full SHA for 56a839e
CHANGELOG.md
@@ -1,7 +1,10 @@
1
-## HEAD
+## 1.13.0 (2024-07-24)
2
3
-* Add `#cover` that allows one to resize an image to cover a given width and height without cropping
4
- the excess. (@brendon)
+* [minimagick] Use `-append` when calling `#append` with no arguments (@janko)
+
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)
8
9
## 1.12.2 (2022-03-01)
10
lib/image_processing/version.rb
@@ -1,3 +1,3 @@
module ImageProcessing
- VERSION = "1.12.2"
+ VERSION = "1.13.0"
end
0 commit comments