Skip to content

Commit 1fddefc

Browse files
committed
small cleanups
- move library_name out of the global namespace and into FFI - fix rubocop moaning - version bump to 2.3
1 parent fdaa58e commit 1fddefc

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
## master
44

5+
- move library_name out of the global namespace and into FFI
6+
- version bump to 2.3 ready for upcoming gainmap API
7+
58
## Version 2.2.5 (2025-08-20)
69

710
* improve NULL pointer handling [dloebl]

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.2.5
1+
2.3.0

lib/vips/version.rb

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

0 commit comments

Comments
 (0)