From 17ec62a5d58232ff57391523b9851fb7b07d02ab Mon Sep 17 00:00:00 2001 From: kjuulh Date: Mon, 20 Feb 2023 10:42:12 +0100 Subject: [PATCH] Release dagger-core v0.2.4, dagger-codegen v0.2.6, dagger-sdk v0.2.11 --- Cargo.lock | 68 +++++++++++++++--------------- crates/dagger-codegen/CHANGELOG.md | 39 ++++++++++++++--- crates/dagger-codegen/Cargo.toml | 4 +- crates/dagger-core/CHANGELOG.md | 31 ++++++++++++-- crates/dagger-core/Cargo.toml | 2 +- crates/dagger-sdk/CHANGELOG.md | 27 +++++++++++- crates/dagger-sdk/Cargo.toml | 4 +- 7 files changed, 125 insertions(+), 50 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3487de5..20ea17d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -114,7 +114,7 @@ version = "0.1.0" dependencies = [ "clap", "color-eyre", - "dagger-sdk 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)", + "dagger-sdk 0.2.10", "eyre", "tokio", ] @@ -246,10 +246,10 @@ dependencies = [ [[package]] name = "dagger-codegen" -version = "0.2.5" +version = "0.2.6" dependencies = [ "convert_case", - "dagger-core 0.2.3", + "dagger-core 0.2.4", "eyre", "genco", "itertools", @@ -258,29 +258,6 @@ dependencies = [ "serde_json", ] -[[package]] -name = "dagger-core" -version = "0.2.3" -dependencies = [ - "clap", - "dirs", - "eyre", - "flate2", - "genco", - "graphql-introspection-query", - "graphql_client", - "hex", - "hex-literal", - "platform-info", - "reqwest", - "serde", - "serde_json", - "sha2", - "tar", - "tempfile", - "tokio", -] - [[package]] name = "dagger-core" version = "0.2.3" @@ -306,6 +283,29 @@ dependencies = [ "tokio", ] +[[package]] +name = "dagger-core" +version = "0.2.4" +dependencies = [ + "clap", + "dirs", + "eyre", + "flate2", + "genco", + "graphql-introspection-query", + "graphql_client", + "hex", + "hex-literal", + "platform-info", + "reqwest", + "serde", + "serde_json", + "sha2", + "tar", + "tempfile", + "tokio", +] + [[package]] name = "dagger-rs" version = "0.2.10" @@ -313,7 +313,7 @@ dependencies = [ "clap", "color-eyre", "dagger-codegen", - "dagger-core 0.2.3", + "dagger-core 0.2.4", "dirs", "eyre", "flate2", @@ -335,16 +335,15 @@ dependencies = [ [[package]] name = "dagger-sdk" version = "0.2.10" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "af3b3404f52ddf367998475bc48e5a08699950ee7ba54ba334b7ffe1681df0c5" dependencies = [ "base64", "dagger-core 0.2.3", "derive_builder", "eyre", "futures", - "genco", "gql_client", - "pretty_assertions", - "rand", "serde", "serde_json", "tokio", @@ -352,16 +351,17 @@ dependencies = [ [[package]] name = "dagger-sdk" -version = "0.2.10" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "af3b3404f52ddf367998475bc48e5a08699950ee7ba54ba334b7ffe1681df0c5" +version = "0.2.11" dependencies = [ "base64", - "dagger-core 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", + "dagger-core 0.2.4", "derive_builder", "eyre", "futures", + "genco", "gql_client", + "pretty_assertions", + "rand", "serde", "serde_json", "tokio", diff --git a/crates/dagger-codegen/CHANGELOG.md b/crates/dagger-codegen/CHANGELOG.md index 835b53e..128cc4a 100644 --- a/crates/dagger-codegen/CHANGELOG.md +++ b/crates/dagger-codegen/CHANGELOG.md @@ -5,6 +5,30 @@ 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.6 (2023-02-20) + +### Chore + + - ran clippy + +### Commit Statistics + + + + - 1 commit contributed to the release. + - 1 commit was understood as [conventional](https://www.conventionalcommits.org). + - 0 issues like '(#ID)' were seen in commit messages + +### Commit Details + + + +
view details + + * **Uncategorized** + - ran clippy ([`803cfc4`](https://github.com/kjuulh/dagger-rs/commit/803cfc4f8c4d72ab7d011be5523b3bfc6039de39)) +
+ ## v0.2.5 (2023-02-19) ### New Features @@ -15,21 +39,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ```rust fn main() -> eyre::Result<()> { - // ... + // ... - client.container().from("rust").publish("somewhere")?; + client.container().from("rust").publish("somewhere")?; - // ... + // ... } // to async fn main() -> eyre::Result<()> { - // ... + // ... - client.container().from("rust").publish("somewhere").await?; + client.container().from("rust").publish("somewhere").await?; - // ... + // ... } ``` @@ -37,7 +61,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. - 2 commits were understood as [conventional](https://www.conventionalcommits.org). - 0 issues like '(#ID)' were seen in commit messages @@ -48,6 +72,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
view details * **Uncategorized** + - Release dagger-sdk v0.2.8, dagger-codegen v0.2.5 ([`0499024`](https://github.com/kjuulh/dagger-rs/commit/04990247ba8e9d0555847f582fef14849dbedebf)) - add documentation strings ([`978ede6`](https://github.com/kjuulh/dagger-rs/commit/978ede68ae52f5b5150a2aa45b8d6e1fbbbee2f4)) - Use async runtime instead of blocking. ([`9be6f43`](https://github.com/kjuulh/dagger-rs/commit/9be6f435d9ea39f31a8906e55dbd3e8b1e5ec598))
diff --git a/crates/dagger-codegen/Cargo.toml b/crates/dagger-codegen/Cargo.toml index 85392a1..545ae0a 100644 --- a/crates/dagger-codegen/Cargo.toml +++ b/crates/dagger-codegen/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dagger-codegen" -version = "0.2.5" +version = "0.2.6" 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.2" } +dagger-core = { path = "../dagger-core", version = "^0.2.4" } eyre = "0.6.8" genco = "0.17.3" diff --git a/crates/dagger-core/CHANGELOG.md b/crates/dagger-core/CHANGELOG.md index 02cfc8c..bd4f938 100644 --- a/crates/dagger-core/CHANGELOG.md +++ b/crates/dagger-core/CHANGELOG.md @@ -5,12 +5,11 @@ 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.3 (2023-02-20) +## v0.2.4 (2023-02-20) ### Bug Fixes - - Fix async panic on blocking #19 - Replaced internal threads with tokio spawn functions + - remove blocking ### Commit Statistics @@ -27,6 +26,32 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
view details * **Uncategorized** + - remove blocking ([`8385aa8`](https://github.com/kjuulh/dagger-rs/commit/8385aa8a15ff7b45fecc3462c482b998118c14eb)) +
+ +## v0.2.3 (2023-02-20) + +### Bug Fixes + + - Fix async panic on blocking #19 + Replaced internal threads with tokio spawn functions + +### Commit Statistics + + + + - 2 commits contributed to the release. + - 1 commit was understood as [conventional](https://www.conventionalcommits.org). + - 0 issues like '(#ID)' were seen in commit messages + +### Commit Details + + + +
view details + + * **Uncategorized** + - Release dagger-core v0.2.3, dagger-sdk v0.2.9, dagger-rs v0.2.10 ([`82de43a`](https://github.com/kjuulh/dagger-rs/commit/82de43aa91d6a5e09a247d1959137fdc36a40d35)) - Fix async panic on blocking #19 ([`75bc17e`](https://github.com/kjuulh/dagger-rs/commit/75bc17e57db222492c6ffd2dfe80208d2bda75c9))
diff --git a/crates/dagger-core/Cargo.toml b/crates/dagger-core/Cargo.toml index 044d8c5..91427ca 100644 --- a/crates/dagger-core/Cargo.toml +++ b/crates/dagger-core/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dagger-core" -version = "0.2.3" +version = "0.2.4" edition = "2021" readme = "README.md" license-file = "LICENSE.MIT" diff --git a/crates/dagger-sdk/CHANGELOG.md b/crates/dagger-sdk/CHANGELOG.md index 70c1168..5b8fa1e 100644 --- a/crates/dagger-sdk/CHANGELOG.md +++ b/crates/dagger-sdk/CHANGELOG.md @@ -6,6 +6,30 @@ 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.11 (2023-02-20) + +### Chore + + - ran clippy + +### Commit Statistics + + + + - 1 commit contributed to the release. + - 1 commit was understood as [conventional](https://www.conventionalcommits.org). + - 0 issues like '(#ID)' were seen in commit messages + +### Commit Details + + + +
view details + + * **Uncategorized** + - ran clippy ([`803cfc4`](https://github.com/kjuulh/dagger-rs/commit/803cfc4f8c4d72ab7d011be5523b3bfc6039de39)) +
+ ## v0.2.10 (2023-02-20) Alignment release @@ -18,7 +42,7 @@ Alignment release - - 7 commits contributed to the release. + - 8 commits contributed to the release. - 1 commit was understood as [conventional](https://www.conventionalcommits.org). - 0 issues like '(#ID)' were seen in commit messages @@ -29,6 +53,7 @@ Alignment release
view details * **Uncategorized** + - Release dagger-sdk v0.2.10 ([`5cb9729`](https://github.com/kjuulh/dagger-rs/commit/5cb97296b61677fb37e4bdb8519d30a484f93621)) - changelog ([`b100285`](https://github.com/kjuulh/dagger-rs/commit/b100285312df522218bfd4bc00bbf41b857a81bf)) - Adjusting changelogs prior to release of dagger-sdk v0.2.10 ([`8ed0647`](https://github.com/kjuulh/dagger-rs/commit/8ed06476e56f3290a419d2a67e7f25da575c63ad)) - update changelog ([`09aa658`](https://github.com/kjuulh/dagger-rs/commit/09aa658b6fb3c1e9a2de668c4a69bbe5be13202f)) diff --git a/crates/dagger-sdk/Cargo.toml b/crates/dagger-sdk/Cargo.toml index ed3e5f2..e87b235 100644 --- a/crates/dagger-sdk/Cargo.toml +++ b/crates/dagger-sdk/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dagger-sdk" -version = "0.2.10" +version = "0.2.11" edition = "2021" readme = "README.md" license-file = "LICENSE.MIT" @@ -11,7 +11,7 @@ publish = true # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -dagger-core = { path = "../dagger-core", version = "0.2.3" } +dagger-core = { path = "../dagger-core", version = "^0.2.4" } base64 = "0.21.0" eyre = "0.6.8"