Skip to content

Commit f7bfea8

Browse files
committed
get ready for 9.0.4
1 parent d9635bb commit f7bfea8

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

CHANGELOG.md

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

3+
## 9.0.4 2025/03/20
4+
35
- revise image repaint
6+
- more robust workspace load
47

58
## 9.0.3 2025/03/13
69

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.3',
3+
version: '9.0.4',
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-test1/vips-8.17.0-test1.tar.xz",
305-
"sha256" : "a77fabb7617acde080992e81a94c678cdcf9a14110f1f3ef6797df272f5f1b1d"
304+
"url" : "https://github.com/libvips/libvips/releases/download/v8.17.0-test2/vips-8.17.0-test2.tar.xz",
305+
"sha256" : "3891d0ad21a863dbe29926e30520500bc76e6d3070cef318fa921b5a87329a47"
306306
}
307307
]
308308
},
@@ -334,7 +334,7 @@
334334
{
335335
"type" : "git",
336336
"url" : "https://github.com/jcupitt/nip4.git",
337-
"tag" : "v9.0.2-3"
337+
"tag" : "v9.0.4"
338338
}
339339
]
340340
}

0 commit comments

Comments
 (0)