From 6937ef0ace797315013513aa7e2af39a9206a738 Mon Sep 17 00:00:00 2001 From: kjuulh Date: Tue, 25 Apr 2023 08:47:08 +0200 Subject: [PATCH] Release dagger-sdk v0.2.21 --- Cargo.lock | 2 +- ci/Cargo.toml | 2 +- crates/dagger-sdk/CHANGELOG.md | 34 ++++++++++++++++++++++++++++++++-- crates/dagger-sdk/Cargo.toml | 2 +- 4 files changed, 35 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index cf5f36e..16c83f8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -341,7 +341,7 @@ dependencies = [ [[package]] name = "dagger-sdk" -version = "0.2.20" +version = "0.2.21" dependencies = [ "dagger-core", "derive_builder", diff --git a/ci/Cargo.toml b/ci/Cargo.toml index 725de68..5ac9312 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.20" } +dagger-sdk = { path = "../crates/dagger-sdk/", version = "^0.2.21" } eyre = "0.6.8" tokio = { version = "1.25.0", features = ["full"] } diff --git a/crates/dagger-sdk/CHANGELOG.md b/crates/dagger-sdk/CHANGELOG.md index 7f3e69b..3dc815d 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.21 (2023-04-25) + +### Chore + + - add new dagger-core-version + +### Commit Statistics + + + + - 1 commit 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 + +### Commit Details + + + +
view details + + * **Uncategorized** + - add new dagger-core-version ([`09881ee`](https://github.com/kjuulh/dagger-sdk/commit/09881ee39bdfb9201d104e4679a51c3b76b5fe27)) +
+ ## v0.2.20 (2023-04-03) + + + + ### Chore - fmt @@ -35,8 +64,8 @@ and this project adheres to - - 10 commits contributed to the release over the course of 19 calendar days. - - 19 days passed between releases. + - 11 commits contributed to the release over the course of 19 calendar days. + - 20 days passed between releases. - 10 commits were understood as [conventional](https://www.conventionalcommits.org). - 1 unique issue was worked on: [#48](https://github.com/kjuulh/dagger-sdk/issues/48) @@ -49,6 +78,7 @@ and this project adheres to * **[#48](https://github.com/kjuulh/dagger-sdk/issues/48)** - extract client ([`11d2093`](https://github.com/kjuulh/dagger-sdk/commit/11d20935c697e28caaa671e8da0e70a99d4310fc)) * **Uncategorized** + - Release dagger-core v0.2.9, dagger-sdk v0.2.20 ([`f82075c`](https://github.com/kjuulh/dagger-sdk/commit/f82075c23808073d9500df63c1cd347cd9b99cef)) - with gen ([`9ea1870`](https://github.com/kjuulh/dagger-sdk/commit/9ea18700e78a7ee09f43e6976b0339dfc2747458)) - update rust crate futures to 0.3.28 ([`696007c`](https://github.com/kjuulh/dagger-sdk/commit/696007cf45ccbdfc1b8eb45e726940a040f52494)) - rename projects to point to github/kjuulh/dagger-sdk ([`384294b`](https://github.com/kjuulh/dagger-sdk/commit/384294b39038123b02c406a1038105b111c3b9be)) diff --git a/crates/dagger-sdk/Cargo.toml b/crates/dagger-sdk/Cargo.toml index 08cbaaa..8c50d1a 100644 --- a/crates/dagger-sdk/Cargo.toml +++ b/crates/dagger-sdk/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dagger-sdk" -version = "0.2.20" +version = "0.2.21" edition = "2021" readme = "README.md" license-file = "LICENSE.MIT"