diff --git a/Cargo.lock b/Cargo.lock index 11ca925..2907f78 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -888,7 +888,7 @@ dependencies = [ [[package]] name = "edc-dataplane" -version = "0.1.1" +version = "0.1.2" dependencies = [ "anyhow", "axum", @@ -901,7 +901,7 @@ dependencies = [ [[package]] name = "edc-dataplane-core" -version = "0.1.1" +version = "0.1.2" dependencies = [ "anyhow", "axum", diff --git a/crates/dataplane-core/CHANGELOG.md b/crates/dataplane-core/CHANGELOG.md index cc5642e..b010e28 100644 --- a/crates/dataplane-core/CHANGELOG.md +++ b/crates/dataplane-core/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. +## [0.1.2] - 2025-01-02 + +### ⚙️ Miscellaneous Tasks + +- Update Cargo.toml dependencies + + ## [0.1.1] - 2024-12-19 ### ⚙️ Miscellaneous Tasks diff --git a/crates/dataplane-core/Cargo.toml b/crates/dataplane-core/Cargo.toml index a129947..d99aba7 100644 --- a/crates/dataplane-core/Cargo.toml +++ b/crates/dataplane-core/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "edc-dataplane-core" -version = "0.1.1" +version = "0.1.2" license.workspace = true edition.workspace = true description= "An EDC compatible dataplane" diff --git a/crates/dataplane/CHANGELOG.md b/crates/dataplane/CHANGELOG.md index bef32d9..7d3c68b 100644 --- a/crates/dataplane/CHANGELOG.md +++ b/crates/dataplane/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. +## [0.1.2] - 2025-01-02 + +### ⚙️ Miscellaneous Tasks + +- Update Cargo.lock dependencies + + ## [0.1.1] - 2024-12-19 ### ⚙️ Miscellaneous Tasks diff --git a/crates/dataplane/Cargo.toml b/crates/dataplane/Cargo.toml index 6a941c4..13400d9 100644 --- a/crates/dataplane/Cargo.toml +++ b/crates/dataplane/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "edc-dataplane" -version = "0.1.1" +version = "0.1.2" license.workspace = true edition.workspace = true description= "An EDC compatible dataplane" @@ -17,4 +17,4 @@ tokio.workspace=true tracing.workspace=true tracing-subscriber.workspace=true anyhow.workspace=true -edc-dataplane-core= { path = "../dataplane-core" , version = "0.1.1" } +edc-dataplane-core= { path = "../dataplane-core" , version = "0.1.2" }