diff --git a/Cargo.lock b/Cargo.lock
index 7874c74..973e51e 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -246,7 +246,7 @@ dependencies = [
[[package]]
name = "dagger-codegen"
-version = "0.2.7"
+version = "0.2.8"
dependencies = [
"convert_case",
"dagger-core",
@@ -309,7 +309,7 @@ dependencies = [
[[package]]
name = "dagger-sdk"
-version = "0.2.12"
+version = "0.2.13"
dependencies = [
"base64",
"dagger-core",
diff --git a/ci/Cargo.toml b/ci/Cargo.toml
index 879f595..272a00d 100644
--- a/ci/Cargo.toml
+++ b/ci/Cargo.toml
@@ -8,6 +8,6 @@ edition = "2021"
[dependencies]
clap = "4.1.6"
color-eyre = "0.6.2"
-dagger-sdk = { path = "../crates/dagger-sdk/", version = "^0.2.12" }
+dagger-sdk = { path = "../crates/dagger-sdk/", version = "^0.2.13" }
eyre = "0.6.8"
tokio = { version = "1.25.0", features = ["full"] }
diff --git a/crates/dagger-codegen/CHANGELOG.md b/crates/dagger-codegen/CHANGELOG.md
index f3ce1e1..d960281 100644
--- a/crates/dagger-codegen/CHANGELOG.md
+++ b/crates/dagger-codegen/CHANGELOG.md
@@ -5,6 +5,31 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
+## v0.2.8 (2023-02-22)
+
+### New Features
+
+ - with clone
+
+### Commit Statistics
+
+
+
+ - 1 commit contributed to the release.
+ - 2 days passed between releases.
+ - 1 commit was understood as [conventional](https://www.conventionalcommits.org).
+ - 0 issues like '(#ID)' were seen in commit messages
+
+### Commit Details
+
+
+
+view details
+
+ * **Uncategorized**
+ - with clone ([`266ad32`](https://github.com/kjuulh/dagger-rs/commit/266ad32dff4c8957c7cdd291f9ef6f8a8c1d055c))
+
+
## v0.2.7 (2023-02-20)
### Bug Fixes
@@ -15,7 +40,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- - 2 commits contributed to the release.
+ - 3 commits contributed to the release.
- 1 commit was understood as [conventional](https://www.conventionalcommits.org).
- 0 issues like '(#ID)' were seen in commit messages
@@ -26,6 +51,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
view details
* **Uncategorized**
+ - Release dagger-core v0.2.6, dagger-codegen v0.2.7, dagger-sdk v0.2.12 ([`7179f8b`](https://github.com/kjuulh/dagger-rs/commit/7179f8b598ef04e62925e39d3f55740253c01686))
- Release dagger-core v0.2.5, dagger-sdk v0.2.12, dagger-codegen v0.2.7 ([`1725c51`](https://github.com/kjuulh/dagger-rs/commit/1725c5188e8a81069ec4a4de569484c921a94927))
- race condition in process ([`a13a2a9`](https://github.com/kjuulh/dagger-rs/commit/a13a2a9ecbfdfac80ed8eb0cbb9e9db317da65de))
diff --git a/crates/dagger-codegen/Cargo.toml b/crates/dagger-codegen/Cargo.toml
index 17f6037..d6aaadd 100644
--- a/crates/dagger-codegen/Cargo.toml
+++ b/crates/dagger-codegen/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "dagger-codegen"
-version = "0.2.7"
+version = "0.2.8"
edition = "2021"
readme = "README.md"
license-file = "LICENSE.MIT"
diff --git a/crates/dagger-sdk/CHANGELOG.md b/crates/dagger-sdk/CHANGELOG.md
index ad60e27..e20d614 100644
--- a/crates/dagger-sdk/CHANGELOG.md
+++ b/crates/dagger-sdk/CHANGELOG.md
@@ -6,12 +6,17 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to
[Semantic Versioning](https://semver.org/spec/v2.0.0.html).
-## v0.2.12 (2023-02-20)
+## v0.2.13 (2023-02-22)
### Chore
+ - ran clippy
- ran clippy
+### New Features
+
+ - with clone
+
### Bug Fixes
- race condition in process
@@ -20,8 +25,9 @@ and this project adheres to
- - 3 commits contributed to the release.
- - 2 commits were understood as [conventional](https://www.conventionalcommits.org).
+ - 6 commits contributed to the release over the course of 2 calendar days.
+ - 2 days passed between releases.
+ - 4 commits were understood as [conventional](https://www.conventionalcommits.org).
- 0 issues like '(#ID)' were seen in commit messages
### Commit Details
@@ -31,11 +37,26 @@ and this project adheres to
view details
* **Uncategorized**
+ - ran clippy ([`7c3654d`](https://github.com/kjuulh/dagger-rs/commit/7c3654d276bb5f66e692a210cb60cdf46b19e226))
+ - with clone ([`266ad32`](https://github.com/kjuulh/dagger-rs/commit/266ad32dff4c8957c7cdd291f9ef6f8a8c1d055c))
+ - Release dagger-core v0.2.6, dagger-codegen v0.2.7, dagger-sdk v0.2.12 ([`7179f8b`](https://github.com/kjuulh/dagger-rs/commit/7179f8b598ef04e62925e39d3f55740253c01686))
- ran clippy ([`1f77d90`](https://github.com/kjuulh/dagger-rs/commit/1f77d90c0f0ac832a181b2322350ea395612986c))
- Release dagger-core v0.2.5, dagger-sdk v0.2.12, dagger-codegen v0.2.7 ([`1725c51`](https://github.com/kjuulh/dagger-rs/commit/1725c5188e8a81069ec4a4de569484c921a94927))
- race condition in process ([`a13a2a9`](https://github.com/kjuulh/dagger-rs/commit/a13a2a9ecbfdfac80ed8eb0cbb9e9db317da65de))
+## v0.2.12 (2023-02-20)
+
+
+
+### Chore
+
+ - ran clippy
+
+### Bug Fixes
+
+ - race condition in process
+
## v0.2.11 (2023-02-20)
diff --git a/crates/dagger-sdk/Cargo.toml b/crates/dagger-sdk/Cargo.toml
index 4b9fe13..fc19220 100644
--- a/crates/dagger-sdk/Cargo.toml
+++ b/crates/dagger-sdk/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "dagger-sdk"
-version = "0.2.12"
+version = "0.2.13"
edition = "2021"
readme = "README.md"
license-file = "LICENSE.MIT"