diff --git a/CHANGELOG.md b/CHANGELOG.md
index afc7d65..ba7b5a9 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -6,3 +6,73 @@ core.
## 0.2.6 - 2023-02-17
With releaser
+
+## v0.2.6 (2023-02-17)
+
+## v0.2.5 (2023-02-17)
+
+## v0.2.4 (2023-02-17)
+
+## v0.2.3 (2023-02-17)
+
+## v0.2.2 (2023-02-17)
+
+## v0.2.1 (2023-02-18)
+
+### Commit Statistics
+
+
+
+ - 1 commit contributed to the release.
+ - 0 commits were understood as [conventional](https://www.conventionalcommits.org).
+ - 0 issues like '(#ID)' were seen in commit messages
+
+### Commit Details
+
+
+
+view details
+
+ * **Uncategorized**
+ - add color eyre ([`32665d8`](https://github.com/kjuulh/dagger-rs/commit/32665d8fa0c97d39a1b43c5e8343f23e87497c16))
+
+
+## v0.2.0 (2023-02-17)
+
+### Commit Statistics
+
+
+
+ - 19 commits contributed to the release over the course of 21 calendar days.
+ - 0 commits were understood as [conventional](https://www.conventionalcommits.org).
+ - 1 unique issue was worked on: [#6](https://github.com/kjuulh/dagger-rs/issues/6)
+
+### Commit Details
+
+
+
+view details
+
+ * **[#6](https://github.com/kjuulh/dagger-rs/issues/6)**
+ - feature/add impl ([`4a4c03f`](https://github.com/kjuulh/dagger-rs/commit/4a4c03f3c2ee7f6268c65976715e70767b4ea78d))
+ * **Uncategorized**
+ - move code to dagger-core ([`ec0d0b2`](https://github.com/kjuulh/dagger-rs/commit/ec0d0b22e646c97acb3ce93f3afb3ddb8590e68f))
+ - add fields ([`496a687`](https://github.com/kjuulh/dagger-rs/commit/496a687bc34f7c58cc86df60c183be741b0b8a9c))
+ - with codegen output ([`0bf6b0e`](https://github.com/kjuulh/dagger-rs/commit/0bf6b0e91ecc31c1f6b51338234137eb185810a0))
+ - added scalars ([`e587414`](https://github.com/kjuulh/dagger-rs/commit/e5874141b3b6256b7ac2a0bf653089fa7bcc5d14))
+ - split out codegen parts ([`3263f1d`](https://github.com/kjuulh/dagger-rs/commit/3263f1d589aee78065401c666533cb0cbadd06ce))
+ - add collection of types ([`7433453`](https://github.com/kjuulh/dagger-rs/commit/7433453c6dd1447f8ad09c06c13a02cfac5ace05))
+ - with type filtering ([`2eb5d98`](https://github.com/kjuulh/dagger-rs/commit/2eb5d98c8a28ab8dfdc4eb959809191bc483bd08))
+ - with fixes ([`3eb8914`](https://github.com/kjuulh/dagger-rs/commit/3eb891422fa1404f88cfe259bddbb67e2843f1d3))
+ - add todo for not dropping proc ([`b63c44a`](https://github.com/kjuulh/dagger-rs/commit/b63c44adedfa0c8ef4899198bea75a5744570a87))
+ - can get schema ([`06fd730`](https://github.com/kjuulh/dagger-rs/commit/06fd730a1c23af88eaffa1dde8acdea202247f91))
+ - with session ([`83ecbd2`](https://github.com/kjuulh/dagger-rs/commit/83ecbd238ab87396c9645cb93741e89a34c92766))
+ - with engine ([`ee655d0`](https://github.com/kjuulh/dagger-rs/commit/ee655d02ef9670b2c0cbaa600c3e2af9f54dbf65))
+ - Can download dagger ([`1e88bb3`](https://github.com/kjuulh/dagger-rs/commit/1e88bb327035bd156588716202b8d982a50c114c))
+ - with out keeper ([`59e59fd`](https://github.com/kjuulh/dagger-rs/commit/59e59fd55d17f7e24ccb3c64471bf82332af5a21))
+ - more allow dead_code ([`a804dd9`](https://github.com/kjuulh/dagger-rs/commit/a804dd97a6ed08ad51c8552bc5d4c845491dca1c))
+ - allow dead_code ([`e2d32ed`](https://github.com/kjuulh/dagger-rs/commit/e2d32ede7621123a3db9d5e2cd3e7d276d0b5e2f))
+ - without integration ([`b6186aa`](https://github.com/kjuulh/dagger-rs/commit/b6186aa9015f8ddb5d59d1346a2cdc935a26d061))
+ - Add base sdk ([`078e2d9`](https://github.com/kjuulh/dagger-rs/commit/078e2d9c2c43fc2b4752ab1dcf4627c840009992))
+
+
diff --git a/Cargo.lock b/Cargo.lock
index 2acbd61..d00254a 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -245,10 +245,10 @@ dependencies = [
[[package]]
name = "dagger-codegen"
-version = "0.2.0"
+version = "0.2.1"
dependencies = [
"convert_case",
- "dagger-core 0.2.0",
+ "dagger-core 0.2.1",
"eyre",
"genco",
"itertools",
@@ -257,28 +257,6 @@ dependencies = [
"serde_json",
]
-[[package]]
-name = "dagger-core"
-version = "0.2.0"
-dependencies = [
- "clap",
- "dirs",
- "eyre",
- "flate2",
- "genco",
- "graphql-introspection-query",
- "graphql_client",
- "hex",
- "hex-literal",
- "platform-info",
- "reqwest",
- "serde",
- "serde_json",
- "sha2",
- "tar",
- "tempfile",
-]
-
[[package]]
name = "dagger-core"
version = "0.2.0"
@@ -303,14 +281,36 @@ dependencies = [
"tempfile",
]
+[[package]]
+name = "dagger-core"
+version = "0.2.1"
+dependencies = [
+ "clap",
+ "dirs",
+ "eyre",
+ "flate2",
+ "genco",
+ "graphql-introspection-query",
+ "graphql_client",
+ "hex",
+ "hex-literal",
+ "platform-info",
+ "reqwest",
+ "serde",
+ "serde_json",
+ "sha2",
+ "tar",
+ "tempfile",
+]
+
[[package]]
name = "dagger-rs"
-version = "0.2.0"
+version = "0.2.1"
dependencies = [
"clap",
"color-eyre",
"dagger-codegen",
- "dagger-core 0.2.0",
+ "dagger-core 0.2.1",
"dirs",
"eyre",
"flate2",
@@ -333,7 +333,7 @@ name = "dagger-sdk"
version = "0.2.0"
dependencies = [
"base64",
- "dagger-core 0.2.0",
+ "dagger-core 0.2.1",
"eyre",
"futures",
"genco",
@@ -352,7 +352,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e454c49b81feeb5c4057f54223cb8d7618e5d015ed835c3f3fa231fefa04e833"
dependencies = [
"base64",
- "dagger-core 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
+ "dagger-core 0.2.0",
"eyre",
"futures",
"genco",
diff --git a/Cargo.toml b/Cargo.toml
index 9582d0f..873cb7a 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "dagger-rs"
-version = "0.2.0"
+version = "0.2.1"
edition = "2021"
readme = "README.md"
license-file = "LICENSE.MIT"
@@ -19,8 +19,8 @@ members = [
]
[dependencies]
-dagger-codegen = { path = "crates/dagger-codegen", version = "0.2.0" }
-dagger-core = { path = "crates/dagger-core", version = "0.2.0" }
+dagger-codegen = { path = "crates/dagger-codegen", version = "^0.2.1" }
+dagger-core = { path = "crates/dagger-core", version = "^0.2.1" }
clap = "4.1.6"
dirs = "4.0.0"
diff --git a/crates/dagger-codegen/Cargo.toml b/crates/dagger-codegen/Cargo.toml
index a8391cc..8efef6a 100644
--- a/crates/dagger-codegen/Cargo.toml
+++ b/crates/dagger-codegen/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "dagger-codegen"
-version = "0.2.0"
+version = "0.2.1"
edition = "2021"
readme = "README.md"
license-file = "LICENSE.MIT"
@@ -11,7 +11,7 @@ publish = true
[dependencies]
convert_case = "0.6.0"
-dagger-core = { path = "../dagger-core", version = "0.2.0" }
+dagger-core = { path = "../dagger-core", version = "^0.2.1" }
eyre = "0.6.8"
genco = "0.17.3"
diff --git a/crates/dagger-core/Cargo.toml b/crates/dagger-core/Cargo.toml
index 8fa1196..62c4b93 100644
--- a/crates/dagger-core/Cargo.toml
+++ b/crates/dagger-core/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "dagger-core"
-version = "0.2.0"
+version = "0.2.1"
edition = "2021"
readme = "README.md"
license-file = "LICENSE.MIT"
diff --git a/crates/dagger-sdk/Cargo.toml b/crates/dagger-sdk/Cargo.toml
index c5668bc..1587d37 100644
--- a/crates/dagger-sdk/Cargo.toml
+++ b/crates/dagger-sdk/Cargo.toml
@@ -12,7 +12,7 @@ publish = true
[dependencies]
base64 = "0.21.0"
-dagger-core = { path = "../dagger-core", version = "0.2.0" }
+dagger-core = { path = "../dagger-core", version = "^0.2.1" }
eyre = "0.6.8"
futures = "0.3.26"