Skip to content

Commit

Permalink
Bump to 1.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
janko committed Jul 24, 2024
1 parent 4cc0440 commit 56a839e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
9 changes: 6 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
## HEAD
## 1.13.0 (2024-07-24)

* Add `#cover` that allows one to resize an image to cover a given width and height without cropping
the excess. (@brendon)
* [minimagick] Use `-append` when calling `#append` with no arguments (@janko)

* [vips] Avoid lines on the side when rotating by multiples of 90 degrees (@etherbob)

* Add `#resize_to_cover` that allows resizing an image to cover a given rectangle without cropping the excess (@brendon)

## 1.12.2 (2022-03-01)

Expand Down
2 changes: 1 addition & 1 deletion lib/image_processing/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module ImageProcessing
VERSION = "1.12.2"
VERSION = "1.13.0"
end

0 comments on commit 56a839e

Please sign in to comment.