Skip to content

Commit 76fd737

Browse files
chore: Release
1 parent d79d442 commit 76fd737

File tree

5 files changed

+16
-4
lines changed

5 files changed

+16
-4
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

libdd-data-pipeline/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ libdd-trace-stats = { version = "1.0.0", path = "../libdd-trace-stats" }
3939
libdd-trace-utils = { version = "1.0.0", path = "../libdd-trace-utils", default-features = false }
4040
libdd-ddsketch = { version = "1.0.0", path = "../libdd-ddsketch" }
4141
libdd-dogstatsd-client = { version = "1.0.0", path = "../libdd-dogstatsd-client", default-features = false }
42-
libdd-tinybytes = { version = "1.0.0", path = "../libdd-tinybytes", features = [
42+
libdd-tinybytes = { version = "1.1.0", path = "../libdd-tinybytes", features = [
4343
"bytes_string",
4444
"serialization",
4545
] }

libdd-tinybytes/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
4+
5+
## [1.1.0](https://github.com/datadog/libdatadog/compare/libdd-tinybytes-v1.0.0..libdd-tinybytes-v1.1.0) - 2026-02-10
6+
7+
### Added
8+
9+
- *(sidecar)* [**breaking**] Introduce TraceData to unify text and binary data ([#1247](https://github.com/datadog/libdatadog/issues/1247)) - ([d430cbd](https://github.com/datadog/libdatadog/commit/d430cbd912d5300d521131392b86fc36a599aa27))
10+
11+
### Changed
12+
13+
- Add changelog for every published crate ([#1396](https://github.com/datadog/libdatadog/issues/1396)) - ([5c4a024](https://github.com/datadog/libdatadog/commit/5c4a024598d6fe6cbd93a3e3dc9882848912064f))
14+
315
## 1.0.0 - 2025-11-14
416

517
Initial release.

libdd-tinybytes/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "libdd-tinybytes"
3-
version= "1.0.0"
3+
version= "1.1.0"
44
description = "Tiny implementation of a bytes::Bytes like type that supports AsRef<[u8]>"
55
homepage = "https://github.com/DataDog/libdatadog/tree/main/libdd-tinybytes"
66
repository = "https://github.com/DataDog/libdatadog/tree/main/libdd-tinybytes"

libdd-trace-utils/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ rmp = { version = "0.8.14", default-features = false }
3737
libdd-common = { version = "1.1.0", path = "../libdd-common", default-features = false }
3838
libdd-trace-protobuf = { version = "1.0.0", path = "../libdd-trace-protobuf" }
3939
libdd-trace-normalization = { version = "1.0.0", path = "../libdd-trace-normalization" }
40-
libdd-tinybytes = { version = "1.0.0", path = "../libdd-tinybytes", features = [
40+
libdd-tinybytes = { version = "1.1.0", path = "../libdd-tinybytes", features = [
4141
"bytes_string",
4242
"serialization",
4343
] }

0 commit comments

Comments
 (0)