Skip to content

Commit 97855e0

Browse files
committed
version bump for 2.5.1
1 parent 6ed8c7f commit 97855e0

File tree

5 files changed

+16
-2
lines changed

5 files changed

+16
-2
lines changed

CHANGELOG.md

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

3+
## 2.5.1, 23/7/23
4+
5+
- fix progress bar (again)
6+
7+
## 2.5.0, 22/7/23
8+
39
- save options [angstyloop]
410

511
## 2.4.1, 21/8/22

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,8 @@ $ vipsdisp ~/pics/k2.jpg
145145

146146
Version needs updating in the following places:
147147

148+
- **`CHANGELOG.md`**
149+
148150
- **`meson.buiild`**
149151

150152
- **`org.libvips.vipsdisp.appdata.xml`** and some release notes and a date as

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
project(
22
'vipsdisp', 'c',
3-
version: '2.5.0',
3+
version: '2.5.1',
44
license: 'MIT',
55
meson_version: '>=0.56',
66
default_options: [

org.libvips.vipsdisp.appdata.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,12 @@ visualisation options and display modes.
5858

5959
<releases>
6060

61+
<release version="2.5.1" date="2023-07-23">
62+
<description>
63+
Fix the progress bar (again).
64+
</description>
65+
</release>
66+
6167
<release version="2.5" date="2023-07-22">
6268
<description>
6369
Save-as dialog. Improvements to mouse scrollwheel handling.

org.libvips.vipsdisp.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -360,7 +360,7 @@
360360
{
361361
"type" : "git",
362362
"url" : "https://github.com/jcupitt/vipsdisp.git",
363-
"commit" : "be552c4fdf6e5a568e00ea52b54590c2cb7567ed"
363+
"commit" : "6ed8c7fe5f6c1302075e5a131a90c7863181be7f"
364364
}
365365
]
366366
}

0 commit comments

Comments
 (0)