Skip to content

Commit

Permalink
chore(edc-dataplane): release v0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
wolf4ood authored Jan 2, 2025
1 parent 832d05e commit 9272ed9
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

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

7 changes: 7 additions & 0 deletions crates/dataplane-core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

<!-- generated by git-cliff -->
## [0.1.1] - 2024-12-19

### ⚙️ Miscellaneous Tasks
Expand Down
2 changes: 1 addition & 1 deletion crates/dataplane-core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
7 changes: 7 additions & 0 deletions crates/dataplane/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

<!-- generated by git-cliff -->
## [0.1.1] - 2024-12-19

### ⚙️ Miscellaneous Tasks
Expand Down
4 changes: 2 additions & 2 deletions crates/dataplane/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand All @@ -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" }

0 comments on commit 9272ed9

Please sign in to comment.