Skip to content

Commit 0ef4986

Browse files
Prepare 15.0.0 release (#832)
# What does this PR do? * Bump workspace version to 15.0.0 * Build configuration-ffi by default with the profiling artifacts so we can distribute it in the next release # Motivation The major version increase is necessary because of some breaking changes in the crashtracker APIs.
1 parent 95baa2e commit 0ef4986

File tree

3 files changed

+28
-28
lines changed

3 files changed

+28
-28
lines changed

Cargo.lock

Lines changed: 25 additions & 25 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ resolver = "2"
5858
[workspace.package]
5959
rust-version = "1.78.0"
6060
edition = "2021"
61-
version = "14.3.1"
61+
version = "15.0.0"
6262
license = "Apache-2.0"
6363

6464
[profile.dev]

build-profiling-ffi.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,7 @@ FEATURES=(
143143
"data-pipeline-ffi"
144144
"datadog-profiling-ffi/ddtelemetry-ffi"
145145
"datadog-profiling-ffi/demangler"
146+
"datadog-library-config-ffi"
146147
)
147148
if [[ "$symbolizer" -eq 1 ]]; then
148149
FEATURES+=("symbolizer")
@@ -227,10 +228,9 @@ echo "Generating $destdir/include/libdatadog headers..."
227228
rm -r $destdir/include/datadog/
228229
mkdir $destdir/include/datadog/
229230

230-
CBINDGEN_HEADERS="common.h profiling.h telemetry.h crashtracker.h data-pipeline.h"
231+
CBINDGEN_HEADERS="common.h profiling.h telemetry.h crashtracker.h data-pipeline.h library-config.h"
231232
# When optional features are added, don't forget to also include the headers here
232233
case $ARG_FEATURES in
233-
datadog-library-config-ffi) CBINDGEN_HEADERS="$CBINDGEN_HEADERS library-config.h"
234234
esac
235235

236236
CBINDGEN_HEADERS_DESTS=""

0 commit comments

Comments
 (0)