diff options
author | Remi Collet <remi@remirepo.net> | 2023-11-29 13:00:56 +0100 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2023-11-29 13:00:56 +0100 |
commit | df44b62a31e490c52b64ae01e1fe07c6dcc9c21a (patch) | |
tree | bb2dd76af1655c294cfd840168b475c61f163e21 /php-pecl-datadog-trace.spec | |
parent | 71b7762fb3154341fb7fdfcb8da8e80ac26591fe (diff) |
update to 0.94.1
Diffstat (limited to 'php-pecl-datadog-trace.spec')
-rw-r--r-- | php-pecl-datadog-trace.spec | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/php-pecl-datadog-trace.spec b/php-pecl-datadog-trace.spec index 3d5f086..5d63d80 100644 --- a/php-pecl-datadog-trace.spec +++ b/php-pecl-datadog-trace.spec @@ -35,8 +35,8 @@ Summary: APM and distributed tracing for PHP Name: %{?scl_prefix}php-pecl-datadog-trace -Version: 0.94.0 -Release: 2%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Version: 0.94.1 +Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} # extension is dual-licensed under Apache 2.0 or BSD3. # bundled rust ext are MIT AND Apache-2.0 License: (Apache-2.0 OR BSD-3-Clause) AND MIT AND Apache-2.0 @@ -302,6 +302,9 @@ fi %changelog +* Wed Nov 29 2023 Remi Collet <remi@remirepo.net> - 0.94.1-1 +- update to 0.94.1 + * Thu Nov 23 2023 Remi Collet <remi@remirepo.net> - 0.94.0-2 - test build for https://github.com/DataDog/dd-trace-php/pull/2383 |