We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f38304 commit 7d89c01Copy full SHA for 7d89c01
2 files changed
CHANGELOG.md
@@ -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
5
## 2.0.1 (2026-05-22)
6
7
* [minimagick] Prevent remote shell execution when passing loader/saver options from user input
lib/image_processing/version.rb
@@ -1,3 +1,3 @@
module ImageProcessing
- VERSION = "2.0.1"
+ VERSION = "2.0.2"
end
0 commit comments