From 19952f569c601e748d931932bc598868602fde03 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 13 Sep 2021 07:00:20 +0200 Subject: update to 0.2.0 --- PHPINFO | 2 +- REFLECTION | 5 +++-- php-pecl-teds.spec | 5 ++++- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/PHPINFO b/PHPINFO index abf08d7..be84ae8 100644 --- a/PHPINFO +++ b/PHPINFO @@ -2,4 +2,4 @@ teds teds support => enabled -teds version => 0.1.1 +teds version => 0.2.0 diff --git a/REFLECTION b/REFLECTION index 7f19be4..4ceb981 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #82 teds version 0.1.1 ] { +Extension [ extension #82 teds version 0.2.0 ] { - Functions { Function [ function Teds\any ] { @@ -744,8 +744,9 @@ Extension [ extension #82 teds version 0.1.1 ] { - Methods [21] { Method [ public method __construct ] { - - Parameters [1] { + - Parameters [2] { Parameter #0 [ iterable $iterator = [] ] + Parameter #1 [ bool $preserveKeys = true ] } } diff --git a/php-pecl-teds.spec b/php-pecl-teds.spec index a49384f..75b62d3 100644 --- a/php-pecl-teds.spec +++ b/php-pecl-teds.spec @@ -19,7 +19,7 @@ %global pecl_name teds %global ini_name 40-%{pecl_name}.ini -%global upstream_version 0.1.1 +%global upstream_version 0.2.0 #global upstream_prever a1 Summary: Tentative Extra Data Structures @@ -195,6 +195,9 @@ fi %changelog +* Mon Sep 13 2021 Remi Collet - 0.2.0-1 +- update to 0.2.0 + * Sat Sep 11 2021 Remi Collet - 0.1.1-1 - update to 0.1.1 (stable) -- cgit