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 fdaa58e commit 1fddefcCopy full SHA for 1fddefc
CHANGELOG.md
@@ -2,6 +2,9 @@
2
3
## master
4
5
+- move library_name out of the global namespace and into FFI
6
+- version bump to 2.3 ready for upcoming gainmap API
7
+
8
## Version 2.2.5 (2025-08-20)
9
10
* improve NULL pointer handling [dloebl]
VERSION
@@ -1 +1 @@
1
-2.2.5
+2.3.0
lib/vips/version.rb
@@ -1,3 +1,3 @@
module Vips
- VERSION = "2.2.5"
+ VERSION = "2.3.0"
end
0 commit comments