From 830fdc284776b467a2aa1c7032575f2d14e35e7d Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 3 Jul 2019 08:22:17 +0200 Subject: v0.29.0 --- PHPINFO | 2 +- REFLECTION | 6 +++++- php-pecl-datadog-trace.spec | 5 ++++- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/PHPINFO b/PHPINFO index 8436752..50cf7f0 100644 --- a/PHPINFO +++ b/PHPINFO @@ -7,7 +7,7 @@ For help, check out the documentation at https://docs.datadoghq.com/tracing/lang (c) Datadog 2019 Datadog tracing support => enabled -Version => 0.28.1 +Version => 0.29.0 Directive => Local Value => Master Value ddtrace.disable => Off => Off diff --git a/REFLECTION b/REFLECTION index 75fbf74..e3b7b0e 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #85 ddtrace version 0.28.1 ] { +Extension [ extension #85 ddtrace version 0.29.0 ] { - INI { Entry [ ddtrace.disable ] @@ -15,6 +15,10 @@ Extension [ extension #85 ddtrace version 0.28.1 ] { } } + - Constants [1] { + Constant [ string DD_TRACE_VERSION ] { 0.29.0 } + } + - Functions { Function [ function dd_trace ] { } diff --git a/php-pecl-datadog-trace.spec b/php-pecl-datadog-trace.spec index e97534f..4fca117 100644 --- a/php-pecl-datadog-trace.spec +++ b/php-pecl-datadog-trace.spec @@ -34,7 +34,7 @@ Summary: APM and distributed tracing for PHP Name: %{?sub_prefix}php-pecl-datadog-trace -Version: 0.28.1 +Version: 0.29.0 Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} License: MIT URL: http://pecl.php.net/package/%{proj_name} @@ -261,6 +261,9 @@ fi %changelog +* Wed Jul 3 2019 Remi Collet - 0.29.0-1 +- update to 0.29.0 + * Tue Jun 25 2019 Remi Collet - 0.28.1-1 - update to 0.28.1 - update options in provided configuration -- cgit