From cbd006bae762b1a9a7c786b1ed52ff787322cfe0 Mon Sep 17 00:00:00 2001 From: Gary Wang Date: Wed, 26 Feb 2025 20:58:16 +0800 Subject: [PATCH] chore: update release info to 0.9.2 --- CMakeLists.txt | 10 +++++----- NEWS | 14 ++++++++++++++ .../net.blumia.pineapple-pictures.metainfo.xml | 15 +++++++++++++++ 3 files changed, 34 insertions(+), 5 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 9e2ddc0..cd04419 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,13 +1,13 @@ -# SPDX-FileCopyrightText: 2022 - 2024 Gary Wang +# SPDX-FileCopyrightText: 2022 - 2025 Gary Wang # # SPDX-License-Identifier: MIT cmake_minimum_required(VERSION 3.16) -project(pineapple-pictures VERSION 0.9.1) # don't forget to update NEWS file and AppStream metadata. +project(pineapple-pictures VERSION 0.9.2) # don't forget to update NEWS file and AppStream metadata. -include (GNUInstallDirs) -include (FeatureSummary) +include(GNUInstallDirs) +include(FeatureSummary) option (EXIV2_METADATA_SUPPORT "Better image metadata support via libexiv2" ON) option (PREFER_QT_5 "Prefer to use Qt 5" OFF) @@ -44,7 +44,7 @@ if (EXIV2_METADATA_SUPPORT) set_package_properties(exiv2 PROPERTIES URL "https://www.exiv2.org" DESCRIPTION "image metadata support" - TYPE OPTIONAL + TYPE RECOMMENDED PURPOSE "Bring better image metadata support" ) endif () diff --git a/NEWS b/NEWS index dfa6bf7..bd19a28 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,17 @@ +Version 0.9.2 +~~~~~~~~~~~~~ +Released: 2025-03-05 + +Bugfixes: + * Refer to the right exiv2 CMake module so it can be found on Linux + +Miscellaneous: + * Convert DEP5 to REUSE.toml for better REUSE compliance + * Update translations + +Contributors: + Pino Toscano, TamilNeram + Version 0.9.1 ~~~~~~~~~~~~~ Released: 2025-01-25 diff --git a/dist/appstream/net.blumia.pineapple-pictures.metainfo.xml b/dist/appstream/net.blumia.pineapple-pictures.metainfo.xml index fe67e2b..927be68 100644 --- a/dist/appstream/net.blumia.pineapple-pictures.metainfo.xml +++ b/dist/appstream/net.blumia.pineapple-pictures.metainfo.xml @@ -80,6 +80,21 @@ + + +

This release fixes the following bug:

+
    +
  • Refer to the right exiv2 CMake module so it can be found on Linux
  • +
+

This release includes the following changes:

+
    +
  • Convert DEP5 to REUSE.toml for better REUSE compliance
  • +
  • Update translations
  • +
+

With contributions from:

+

Pino Toscano, TamilNeram

+
+

This release adds the following features: