From 333e808a950469a3171777141a768bc22b2f7f91 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sun, 3 May 2026 07:50:22 +0200 Subject: update to 2.5.3 --- composer.json | 6 ++++++ php-tecnickcom-tc-lib-color.spec | 5 ++++- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index a1524ae..936003a 100644 --- a/composer.json +++ b/composer.json @@ -25,6 +25,12 @@ "role": "lead" } ], + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/tecnickcom" + } + ], "require": { "php": ">=8.1", "ext-pcre": "*" diff --git a/php-tecnickcom-tc-lib-color.spec b/php-tecnickcom-tc-lib-color.spec index d57c5c9..da86b0a 100644 --- a/php-tecnickcom-tc-lib-color.spec +++ b/php-tecnickcom-tc-lib-color.spec @@ -19,7 +19,7 @@ Name: php-%{gh_owner}-%{gh_project} Summary: PHP library to manipulate various color representations License: LGPL-3.0-or-later -Version: 2.4.1 +Version: 2.5.3 Release: 1%{?dist} %forgemeta URL: %{forgeurl} @@ -113,6 +113,9 @@ exit $ret %changelog +* Sun May 3 2026 Remi Collet - 2.5.3-1 +- update to 2.5.3 + * Wed Apr 29 2026 Remi Collet - 2.4.1-1 - update to 2.4.1 -- cgit