From dac0951b4fa42fe3c4b1211f496d0dfa5c39b3a2 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sat, 4 Jul 2026 06:41:11 +0200 Subject: update to 2.1.0 --- PHPINFO | 4 ++-- REFLECTION | 2 +- php-zephir-parser.spec | 5 ++++- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/PHPINFO b/PHPINFO index a3bebe7..0cdfe70 100644 --- a/PHPINFO +++ b/PHPINFO @@ -5,5 +5,5 @@ zephir_parser The Zephir Parser delivered as a C extension for the PHP language. zephir_parser => enabled Author => Zephir Team and contributors -Version => 2.0.4 -Build Date => Jun 5 2026 00:00:00 +Version => 2.1.0 +Build Date => Jul 4 2026 00:00:00 diff --git a/REFLECTION b/REFLECTION index 3909a96..1e685ea 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #144 zephir_parser version 2.0.4 ] { +Extension [ extension #145 zephir_parser version 2.1.0 ] { - Functions { Function [ function zephir_parse_file ] { diff --git a/php-zephir-parser.spec b/php-zephir-parser.spec index e1dec34..6fdad56 100644 --- a/php-zephir-parser.spec +++ b/php-zephir-parser.spec @@ -24,7 +24,7 @@ Name: %{?scl_prefix}%{gh_project} Summary: Zephir code parser License: MIT -Version: 2.0.4 +Version: 2.1.0 Release: 1%{?dist} URL: https://github.com/%{gh_owner}/%{gh_project} @@ -187,6 +187,9 @@ REPORT_EXIT_STATUS=1 \ %changelog +* Sat Jul 4 2026 Remi Collet - 2.1.0-1 +- update to 2.1.0 + * Fri Jun 5 2026 Remi Collet - 2.0.4-1 - update to 2.0.4 -- cgit