We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0003ec7 commit 9fb56ceCopy full SHA for 9fb56ce
CHANGELOG.md
@@ -2,6 +2,8 @@
2
3
## master
4
5
+## Version 2.2.3 (2025-02-06)
6
+
7
* fix `Image#add_alpha()` with libvips 8.16 [kleisauke]
8
* fix FFI function definitions for `gboolean` parameters [kleisauke]
9
VERSION
@@ -1 +1 @@
1
-2.2.2
+2.2.3
lib/vips/version.rb
@@ -1,3 +1,3 @@
module Vips
- VERSION = "2.2.2"
+ VERSION = "2.2.3"
end
0 commit comments