Skip to content

Commit cbd006b

Browse files
committed
chore: update release info to 0.9.2
1 parent fc13a49 commit cbd006b

File tree

3 files changed

+34
-5
lines changed

3 files changed

+34
-5
lines changed

CMakeLists.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
1-
# SPDX-FileCopyrightText: 2022 - 2024 Gary Wang <git@blumia.net>
1+
# SPDX-FileCopyrightText: 2022 - 2025 Gary Wang <git@blumia.net>
22
#
33
# SPDX-License-Identifier: MIT
44

55
cmake_minimum_required(VERSION 3.16)
66

7-
project(pineapple-pictures VERSION 0.9.1) # don't forget to update NEWS file and AppStream metadata.
7+
project(pineapple-pictures VERSION 0.9.2) # don't forget to update NEWS file and AppStream metadata.
88

9-
include (GNUInstallDirs)
10-
include (FeatureSummary)
9+
include(GNUInstallDirs)
10+
include(FeatureSummary)
1111

1212
option (EXIV2_METADATA_SUPPORT "Better image metadata support via libexiv2" ON)
1313
option (PREFER_QT_5 "Prefer to use Qt 5" OFF)
@@ -44,7 +44,7 @@ if (EXIV2_METADATA_SUPPORT)
4444
set_package_properties(exiv2 PROPERTIES
4545
URL "https://www.exiv2.org"
4646
DESCRIPTION "image metadata support"
47-
TYPE OPTIONAL
47+
TYPE RECOMMENDED
4848
PURPOSE "Bring better image metadata support"
4949
)
5050
endif ()

NEWS

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
Version 0.9.2
2+
~~~~~~~~~~~~~
3+
Released: 2025-03-05
4+
5+
Bugfixes:
6+
* Refer to the right exiv2 CMake module so it can be found on Linux
7+
8+
Miscellaneous:
9+
* Convert DEP5 to REUSE.toml for better REUSE compliance
10+
* Update translations
11+
12+
Contributors:
13+
Pino Toscano, TamilNeram
14+
115
Version 0.9.1
216
~~~~~~~~~~~~~
317
Released: 2025-01-25

dist/appstream/net.blumia.pineapple-pictures.metainfo.xml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,21 @@
8080
</screenshot>
8181
</screenshots>
8282
<releases>
83+
<release type="stable" version="0.9.2" date="2025-03-05T00:00:00Z">
84+
<description>
85+
<p>This release fixes the following bug:</p>
86+
<ul>
87+
<li>Refer to the right exiv2 CMake module so it can be found on Linux</li>
88+
</ul>
89+
<p>This release includes the following changes:</p>
90+
<ul>
91+
<li>Convert DEP5 to REUSE.toml for better REUSE compliance</li>
92+
<li>Update translations</li>
93+
</ul>
94+
<p>With contributions from:</p>
95+
<p>Pino Toscano, TamilNeram</p>
96+
</description>
97+
</release>
8398
<release type="stable" version="0.9.1" date="2025-01-25T00:00:00Z">
8499
<description>
85100
<p>This release adds the following features:</p>

0 commit comments

Comments
 (0)