From 79c9b7dd2266562d2b281d4afea28f459511d415 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sat, 21 Oct 2017 07:11:00 +0200 Subject: v0.0.4 --- REFLECTION | 4 ++-- php-pecl-opencensus.spec | 5 ++++- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/REFLECTION b/REFLECTION index d87dfc6..52c247c 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #114 opencensus version 0.0.3 ] { +Extension [ extension #115 opencensus version 0.0.4 ] { - Functions { Function [ function opencensus_version ] { @@ -35,7 +35,7 @@ Extension [ extension #114 opencensus version 0.0.3 ] { - Parameters [2] { Parameter #0 [ string $traceId ] - Parameter #1 [ string $parentSpanId ] + Parameter #1 [ string or NULL $parentSpanId ] } } Function [ function opencensus_trace_context ] { diff --git a/php-pecl-opencensus.spec b/php-pecl-opencensus.spec index d6e8435..aac50f7 100644 --- a/php-pecl-opencensus.spec +++ b/php-pecl-opencensus.spec @@ -22,7 +22,7 @@ Summary: A stats collection and distributed tracing framework Name: %{?sub_prefix}php-pecl-opencensus -Version: 0.0.3 +Version: 0.0.4 Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} License: ASL 2.0 Group: Development/Languages @@ -224,6 +224,9 @@ fi %changelog +* Sat Oct 21 2017 Remi Collet - 0.0.4-1 +- Update to 0.0.4 (devel) + * Sat Aug 26 2017 Remi Collet - 0.0.3-1 - Update to 0.0.3 -- cgit