Skip to content

Commit 7d89c01

Browse files
committed
Bump to 2.0.2
1 parent 7f38304 commit 7d89c01

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 2.0.2 (2026-06-03)
2+
3+
* Raise `LoadError` instead of `ImageProcessing::Error` when soft dependencies are missing (@bdewater-thatch)
4+
15
## 2.0.1 (2026-05-22)
26

37
* [minimagick] Prevent remote shell execution when passing loader/saver options from user input

lib/image_processing/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module ImageProcessing
2-
VERSION = "2.0.1"
2+
VERSION = "2.0.2"
33
end

0 commit comments

Comments
 (0)