From a3bb5f4961e9964cd9340e1c6aa5d4b24ead91e1 Mon Sep 17 00:00:00 2001 From: Bob Weinand Date: Mon, 15 May 2023 16:26:44 +0200 Subject: [PATCH] Bump version to 0.87.1 (#2054) Signed-off-by: Bob Weinand --- ext/version.h | 2 +- package.xml | 81 ++---------------------------------------- profiling/Cargo.lock | 2 +- profiling/Cargo.toml | 2 +- src/DDTrace/Tracer.php | 2 +- 5 files changed, 6 insertions(+), 83 deletions(-) diff --git a/ext/version.h b/ext/version.h index ff5f00c353..e8e37553f8 100644 --- a/ext/version.h +++ b/ext/version.h @@ -1,4 +1,4 @@ #ifndef PHP_DDTRACE_VERSION // Must begin with a number for Debian packaging requirements -#define PHP_DDTRACE_VERSION "0.87.0" +#define PHP_DDTRACE_VERSION "0.87.1" #endif diff --git a/package.xml b/package.xml index 5578b0b1a7..f681189326 100644 --- a/package.xml +++ b/package.xml @@ -62,86 +62,9 @@ BSD 3-Clause diff --git a/profiling/Cargo.lock b/profiling/Cargo.lock index d673bd17b9..8ed38a606a 100644 --- a/profiling/Cargo.lock +++ b/profiling/Cargo.lock @@ -281,7 +281,7 @@ dependencies = [ [[package]] name = "datadog-php-profiling" -version = "0.87.0" +version = "0.87.1" dependencies = [ "anyhow", "bindgen", diff --git a/profiling/Cargo.toml b/profiling/Cargo.toml index 21610a0eb1..d240ca2d5e 100644 --- a/profiling/Cargo.toml +++ b/profiling/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "datadog-php-profiling" -version = "0.87.0" +version = "0.87.1" edition = "2021" license = "Apache-2.0" rust-version = "1.64" diff --git a/src/DDTrace/Tracer.php b/src/DDTrace/Tracer.php index e86d5a8ccc..e4d441bc6d 100644 --- a/src/DDTrace/Tracer.php +++ b/src/DDTrace/Tracer.php @@ -24,7 +24,7 @@ final class Tracer implements TracerInterface * Must begin with a number for Debian packaging requirements * Must use single-quotes for packaging script to work */ - const VERSION = '0.87.0'; + const VERSION = '0.87.1'; /** * @var Span[][]