From 76654afea6476b6209448bd16ec47124f594e5d5 Mon Sep 17 00:00:00 2001 From: Ivo Anjo Date: Mon, 3 Jul 2023 15:56:43 +0100 Subject: [PATCH] Bump libdatadog to 3.0.0 (#187) **What does this PR do?**: Bump libdatadog version to 3.0.0 in preparation for release. **Motivation**: Release next version. **Additional Notes**: As we discussed via slack/in the previous weekly meeting, since #181 contains a very small backwards-incompatible change to `ddog_prof_Exporter_Request_build`, then since we're trying to strictly adhere to semver, I'm bumping the major version of the library. Nevertheless, upgrading from 2.2.0 to 3.0.0 is really trivial. **How to test the change?**: Validate that CI is still green? Only the version really changes :) --- Cargo.lock | 12 ++++++------ ddcommon-ffi/Cargo.toml | 2 +- ddcommon/Cargo.toml | 2 +- ddtelemetry-ffi/Cargo.toml | 2 +- ddtelemetry/Cargo.toml | 2 +- profiling-ffi/Cargo.toml | 2 +- profiling/Cargo.toml | 2 +- 7 files changed, 12 insertions(+), 12 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8431f8ca7..3eb864211 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -455,7 +455,7 @@ dependencies = [ [[package]] name = "datadog-profiling" -version = "2.2.0" +version = "3.0.0" dependencies = [ "anyhow", "bitmaps", @@ -486,7 +486,7 @@ dependencies = [ [[package]] name = "datadog-profiling-ffi" -version = "2.2.0" +version = "3.0.0" dependencies = [ "anyhow", "chrono", @@ -640,7 +640,7 @@ dependencies = [ [[package]] name = "ddcommon" -version = "2.2.0" +version = "3.0.0" dependencies = [ "anyhow", "futures", @@ -664,7 +664,7 @@ dependencies = [ [[package]] name = "ddcommon-ffi" -version = "2.2.0" +version = "3.0.0" dependencies = [ "anyhow", "ddcommon", @@ -672,7 +672,7 @@ dependencies = [ [[package]] name = "ddtelemetry" -version = "2.2.0" +version = "3.0.0" dependencies = [ "anyhow", "ddcommon", @@ -696,7 +696,7 @@ dependencies = [ [[package]] name = "ddtelemetry-ffi" -version = "2.2.0" +version = "3.0.0" dependencies = [ "ddcommon-ffi", "ddtelemetry", diff --git a/ddcommon-ffi/Cargo.toml b/ddcommon-ffi/Cargo.toml index 636e59393..94eac31bb 100644 --- a/ddcommon-ffi/Cargo.toml +++ b/ddcommon-ffi/Cargo.toml @@ -3,7 +3,7 @@ [package] name = "ddcommon-ffi" -version = "2.2.0" +version = "3.0.0" edition = "2021" license = "Apache-2.0" diff --git a/ddcommon/Cargo.toml b/ddcommon/Cargo.toml index 1f1b09716..3a0dda93a 100644 --- a/ddcommon/Cargo.toml +++ b/ddcommon/Cargo.toml @@ -5,7 +5,7 @@ edition = "2021" license = "Apache-2.0" name = "ddcommon" -version = "2.2.0" +version = "3.0.0" [lib] crate-type = ["lib"] diff --git a/ddtelemetry-ffi/Cargo.toml b/ddtelemetry-ffi/Cargo.toml index 1fa07b917..0edb184f4 100644 --- a/ddtelemetry-ffi/Cargo.toml +++ b/ddtelemetry-ffi/Cargo.toml @@ -3,7 +3,7 @@ [package] name = "ddtelemetry-ffi" -version = "2.2.0" +version = "3.0.0" edition = "2021" [lib] diff --git a/ddtelemetry/Cargo.toml b/ddtelemetry/Cargo.toml index d31d3d2b8..0060e0e9a 100644 --- a/ddtelemetry/Cargo.toml +++ b/ddtelemetry/Cargo.toml @@ -2,7 +2,7 @@ edition = "2021" license = "Apache 2.0" name = "ddtelemetry" -version = "2.2.0" +version = "3.0.0" [features] default = [] diff --git a/profiling-ffi/Cargo.toml b/profiling-ffi/Cargo.toml index 518a4379b..436152bc2 100644 --- a/profiling-ffi/Cargo.toml +++ b/profiling-ffi/Cargo.toml @@ -3,7 +3,7 @@ [package] name = "datadog-profiling-ffi" -version = "2.2.0" +version = "3.0.0" edition = "2021" license = "Apache-2.0" diff --git a/profiling/Cargo.toml b/profiling/Cargo.toml index 587c80417..da7689c79 100644 --- a/profiling/Cargo.toml +++ b/profiling/Cargo.toml @@ -3,7 +3,7 @@ [package] name = "datadog-profiling" -version = "2.2.0" +version = "3.0.0" edition = "2021" license = "Apache-2.0"