Skip to content

Commit

Permalink
Release v0.8.0 (#42)
Browse files Browse the repository at this point in the history
  • Loading branch information
morrisonlevi authored Aug 22, 2022
1 parent e055387 commit 14b9a66
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 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 = "0.8.0-rc.1"
version = "0.8.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 = "0.8.0-rc.1"
version = "0.8.0"

[lib]
crate-type = ["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 = "0.8.0-rc.1"
version = "0.8.0"

[dependencies]
anyhow = {version = "1.0"}
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 = "0.8.0-rc.1"
version = "0.8.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 = "0.8.0-rc.1"
version = "0.8.0"
edition = "2021"
build = "build.rs"
license = "Apache-2.0"
Expand Down

0 comments on commit 14b9a66

Please sign in to comment.