From 88b055cb47d3d474e2c37d8fa8259df5faad9da5 Mon Sep 17 00:00:00 2001 From: kjuulh Date: Wed, 22 Feb 2023 23:09:36 +0100 Subject: [PATCH] Release dagger-sdk v0.2.14 --- Cargo.lock | 2 +- ci/Cargo.toml | 2 +- crates/dagger-sdk/CHANGELOG.md | 30 +++++++++++++++++++++++++++++- crates/dagger-sdk/Cargo.toml | 2 +- 4 files changed, 32 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 973e51e..f2ff23f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -309,7 +309,7 @@ dependencies = [ [[package]] name = "dagger-sdk" -version = "0.2.13" +version = "0.2.14" dependencies = [ "base64", "dagger-core", diff --git a/ci/Cargo.toml b/ci/Cargo.toml index 272a00d..357c225 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.13" } +dagger-sdk = { path = "../crates/dagger-sdk/", version = "^0.2.14" } 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 e20d614..626dd2f 100644 --- a/crates/dagger-sdk/CHANGELOG.md +++ b/crates/dagger-sdk/CHANGELOG.md @@ -6,8 +6,35 @@ 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.14 (2023-02-22) + +### Chore + + - fix whitespace + +### 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** + - fix whitespace ([`e331ca0`](https://github.com/kjuulh/dagger-rs/commit/e331ca003546f4ebe00f33b65c3b45c6b0586514)) +
+ ## v0.2.13 (2023-02-22) + + + ### Chore - ran clippy @@ -25,7 +52,7 @@ and this project adheres to - - 6 commits contributed to the release over the course of 2 calendar days. + - 7 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 @@ -37,6 +64,7 @@ and this project adheres to
view details * **Uncategorized** + - Release dagger-codegen v0.2.8, dagger-sdk v0.2.13 ([`456f483`](https://github.com/kjuulh/dagger-rs/commit/456f48389b5514d7f743a600a7732fb02dd87418)) - 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)) diff --git a/crates/dagger-sdk/Cargo.toml b/crates/dagger-sdk/Cargo.toml index fc19220..7e8c412 100644 --- a/crates/dagger-sdk/Cargo.toml +++ b/crates/dagger-sdk/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dagger-sdk" -version = "0.2.13" +version = "0.2.14" edition = "2021" readme = "README.md" license-file = "LICENSE.MIT"