Skip to content

Commit

Permalink
Bump libdatadog to 3.0.0 (#187)
Browse files Browse the repository at this point in the history
**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 :)
  • Loading branch information
ivoanjo committed Jul 3, 2023
1 parent 9d47fc7 commit 76654af
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 12 deletions.
12 changes: 6 additions & 6 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion ddcommon-ffi/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

[package]
name = "ddcommon-ffi"
version = "2.2.0"
version = "3.0.0"
edition = "2021"
license = "Apache-2.0"

Expand Down
2 changes: 1 addition & 1 deletion ddcommon/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
edition = "2021"
license = "Apache-2.0"
name = "ddcommon"
version = "2.2.0"
version = "3.0.0"

[lib]
crate-type = ["lib"]
Expand Down
2 changes: 1 addition & 1 deletion ddtelemetry-ffi/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

[package]
name = "ddtelemetry-ffi"
version = "2.2.0"
version = "3.0.0"
edition = "2021"

[lib]
Expand Down
2 changes: 1 addition & 1 deletion ddtelemetry/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
edition = "2021"
license = "Apache 2.0"
name = "ddtelemetry"
version = "2.2.0"
version = "3.0.0"

[features]
default = []
Expand Down
2 changes: 1 addition & 1 deletion profiling-ffi/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

[package]
name = "datadog-profiling-ffi"
version = "2.2.0"
version = "3.0.0"
edition = "2021"
license = "Apache-2.0"

Expand Down
2 changes: 1 addition & 1 deletion profiling/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

[package]
name = "datadog-profiling"
version = "2.2.0"
version = "3.0.0"
edition = "2021"
license = "Apache-2.0"

Expand Down

0 comments on commit 76654af

Please sign in to comment.