From 40ece0514093a7234a08b5e1e9100d6938f63727 Mon Sep 17 00:00:00 2001 From: kjuulh Date: Sun, 30 Apr 2023 10:56:53 +0200 Subject: [PATCH] Release dagger-core v0.2.11, dagger-sdk v0.2.22 --- Cargo.lock | 4 ++-- ci/Cargo.toml | 2 +- crates/dagger-core/CHANGELOG.md | 30 +++++++++++++++++++++++++++++- crates/dagger-core/Cargo.toml | 2 +- crates/dagger-sdk/CHANGELOG.md | 32 +++++++++++++++++++++++++++++++- crates/dagger-sdk/Cargo.toml | 4 ++-- 6 files changed, 66 insertions(+), 8 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 16c83f8..1f72fc2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -317,7 +317,7 @@ dependencies = [ [[package]] name = "dagger-core" -version = "0.2.10" +version = "0.2.11" dependencies = [ "async-trait", "base64", @@ -341,7 +341,7 @@ dependencies = [ [[package]] name = "dagger-sdk" -version = "0.2.21" +version = "0.2.22" dependencies = [ "dagger-core", "derive_builder", diff --git a/ci/Cargo.toml b/ci/Cargo.toml index 5ac9312..783cbce 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.21" } +dagger-sdk = { path = "../crates/dagger-sdk/", version = "^0.2.22" } eyre = "0.6.8" tokio = { version = "1.25.0", features = ["full"] } diff --git a/crates/dagger-core/CHANGELOG.md b/crates/dagger-core/CHANGELOG.md index da221c1..a3a5f69 100644 --- a/crates/dagger-core/CHANGELOG.md +++ b/crates/dagger-core/CHANGELOG.md @@ -5,6 +5,33 @@ 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.11 (2023-04-29) + +### New Features + + - dagger-run support + - update to dagger-5.1 + +### Commit Statistics + + + + - 2 commits contributed to the release. + - 4 days passed between releases. + - 2 commits were understood as [conventional](https://www.conventionalcommits.org). + - 0 issues like '(#ID)' were seen in commit messages + +### Commit Details + + + +
view details + + * **Uncategorized** + - dagger-run support ([`2a29a66`](https://github.com/kjuulh/dagger-sdk/commit/2a29a66217fa4d6c530ea1ce670c8836383e7051)) + - update to dagger-5.1 ([`eb7470c`](https://github.com/kjuulh/dagger-sdk/commit/eb7470c604169d1a15976078c0889d5cc7011257)) +
+ ## v0.2.10 (2023-04-25) ### Bug Fixes @@ -15,7 +42,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - - 1 commit contributed to the release. + - 2 commits contributed to the release. - 21 days passed between releases. - 1 commit was understood as [conventional](https://www.conventionalcommits.org). - 0 issues like '(#ID)' were seen in commit messages @@ -27,6 +54,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
view details * **Uncategorized** + - Release dagger-core v0.2.10 ([`8011c42`](https://github.com/kjuulh/dagger-sdk/commit/8011c42dc077d101b1bccaf231fac17636dd249d)) - delete other files/folder in downloads: #57 ([`9d3c21d`](https://github.com/kjuulh/dagger-sdk/commit/9d3c21d16b4a64eb7a7b1888365a4c4ea56d7225))
diff --git a/crates/dagger-core/Cargo.toml b/crates/dagger-core/Cargo.toml index d4ea977..be9730f 100644 --- a/crates/dagger-core/Cargo.toml +++ b/crates/dagger-core/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dagger-core" -version = "0.2.10" +version = "0.2.11" edition = "2021" readme = "README.md" license-file = "LICENSE.MIT" diff --git a/crates/dagger-sdk/CHANGELOG.md b/crates/dagger-sdk/CHANGELOG.md index 3dc815d..6397f9a 100644 --- a/crates/dagger-sdk/CHANGELOG.md +++ b/crates/dagger-sdk/CHANGELOG.md @@ -6,8 +6,37 @@ 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.22 (2023-04-29) + +### New Features + + - dagger-run support + - update to dagger-5.1 + +### Commit Statistics + + + + - 2 commits contributed to the release. + - 4 days passed between releases. + - 2 commits were understood as [conventional](https://www.conventionalcommits.org). + - 0 issues like '(#ID)' were seen in commit messages + +### Commit Details + + + +
view details + + * **Uncategorized** + - dagger-run support ([`2a29a66`](https://github.com/kjuulh/dagger-sdk/commit/2a29a66217fa4d6c530ea1ce670c8836383e7051)) + - update to dagger-5.1 ([`eb7470c`](https://github.com/kjuulh/dagger-sdk/commit/eb7470c604169d1a15976078c0889d5cc7011257)) +
+ ## v0.2.21 (2023-04-25) + + ### Chore - add new dagger-core-version @@ -16,7 +45,7 @@ and this project adheres to - - 1 commit contributed to the release. + - 2 commits contributed to the release. - 21 days passed between releases. - 1 commit was understood as [conventional](https://www.conventionalcommits.org). - 0 issues like '(#ID)' were seen in commit messages @@ -28,6 +57,7 @@ and this project adheres to
view details * **Uncategorized** + - Release dagger-sdk v0.2.21 ([`6937ef0`](https://github.com/kjuulh/dagger-sdk/commit/6937ef0ace797315013513aa7e2af39a9206a738)) - add new dagger-core-version ([`09881ee`](https://github.com/kjuulh/dagger-sdk/commit/09881ee39bdfb9201d104e4679a51c3b76b5fe27))
diff --git a/crates/dagger-sdk/Cargo.toml b/crates/dagger-sdk/Cargo.toml index 8c50d1a..09078db 100644 --- a/crates/dagger-sdk/Cargo.toml +++ b/crates/dagger-sdk/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dagger-sdk" -version = "0.2.21" +version = "0.2.22" 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 = { workspace = true, version = "0.2.10" } +dagger-core = { workspace = true, version = "^0.2.11" } eyre = { workspace = true } tokio = { workspace = true }