Skip to content

Commit c03aa8a

Browse files
committed
ready for 9.0.5
1 parent 2ea1abe commit c03aa8a

File tree

3 files changed

+14
-4
lines changed

3 files changed

+14
-4
lines changed

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
project('nip4', 'c',
22
# ie. a major after nip2 8.9 for workspace save file versioning
3-
version: '9.0.4-1',
3+
version: '9.0.5',
44
license: 'GPL',
55
meson_version: '>=0.64',
66
default_options: [

org.libvips.nip4.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -301,8 +301,8 @@
301301
"sources" : [
302302
{
303303
"type" : "archive",
304-
"url" : "https://github.com/libvips/libvips/releases/download/v8.17.0-test2/vips-8.17.0-test2.tar.xz",
305-
"sha256" : "3891d0ad21a863dbe29926e30520500bc76e6d3070cef318fa921b5a87329a47"
304+
"url" : "https://github.com/libvips/libvips/releases/download/v8.17.0-test2/vips-8.17.0-test3.tar.xz",
305+
"sha256" : "63588482781d75824f9d1681120108ccb1edbf21dd52338aa115174fc963e888"
306306
}
307307
]
308308
},
@@ -334,7 +334,7 @@
334334
{
335335
"type" : "git",
336336
"url" : "https://github.com/jcupitt/nip4.git",
337-
"tag" : "v9.0.4-1"
337+
"tag" : "v9.0.5"
338338
}
339339
]
340340
}

org.libvips.nip4.metainfo.xml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,16 @@ from the command-line and without a GUI.
5858

5959
<releases>
6060

61+
<release version="9.0.5" date="2025-03-20">
62+
<description>
63+
<p>
64+
Image windows are faster and more reliable, matrix recalculation
65+
is more robust, fixed a crash after row drag, fixed replace from
66+
file in sub-rows, started revising menus.
67+
</p>
68+
</description>
69+
</release>
70+
6171
<release version="9.0.4" date="2025-03-20">
6272
<description>
6373
<p>

0 commit comments

Comments
 (0)