From 8617dadb22ae332ac488fcf0fad45c6b10e51b95 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 13 Oct 2022 08:26:27 +0200 Subject: update to 2.0.5 --- PHPINFO | 2 +- REFLECTION | 2 +- php-pecl-simdjson.spec | 5 ++++- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/PHPINFO b/PHPINFO index dd178e3..28dac4a 100644 --- a/PHPINFO +++ b/PHPINFO @@ -2,6 +2,6 @@ simdjson simdjson support => enabled -Version => 2.0.4 +Version => 2.0.5 Support => https://github.com/crazyxman/simdjson_php Implementation => Intel/AMD AVX2 diff --git a/REFLECTION b/REFLECTION index e7c288b..d310cff 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #117 simdjson version 2.0.4 ] { +Extension [ extension #118 simdjson version 2.0.5 ] { - Dependencies { } diff --git a/php-pecl-simdjson.spec b/php-pecl-simdjson.spec index b74f732..89f8575 100644 --- a/php-pecl-simdjson.spec +++ b/php-pecl-simdjson.spec @@ -19,7 +19,7 @@ Summary: Provides faster json decoding through simdjson bindings for PHP Name: %{?scl_prefix}php-pecl-simdjson -Version: 2.0.4 +Version: 2.0.5 Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} License: PHP URL: https://pecl.php.net/package/%{pecl_name} @@ -204,6 +204,9 @@ cd ../ZTS %changelog +* Thu Oct 13 2022 Remi Collet - 2.0.5-1 +- update to 2.0.5 + * Mon Oct 3 2022 Remi Collet - 2.0.4-1 - update to 2.0.4 -- cgit