diff --git a/CHANGELOG.md b/CHANGELOG.md index eb56f25..e7e126f 100644 --- a/CHANGELOG.md +++ b/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.7 (2023-02-18) + +### Bug Fixes + + - with test changes + +### 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** + - with test changes ([`d723130`](https://github.com/kjuulh/dagger-rs/commit/d72313051b9b46a6eeaa909a11850b3d8fc75e81)) +
+ ## v0.2.6 (2023-02-18) With smart releaser diff --git a/Cargo.lock b/Cargo.lock index 0123947..811edb3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -114,7 +114,7 @@ version = "0.1.0" dependencies = [ "clap", "color-eyre", - "dagger-sdk 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dagger-sdk 0.2.0", "eyre", ] @@ -305,7 +305,7 @@ dependencies = [ [[package]] name = "dagger-rs" -version = "0.2.6" +version = "0.2.7" dependencies = [ "clap", "color-eyre", @@ -328,23 +328,6 @@ dependencies = [ "tempfile", ] -[[package]] -name = "dagger-sdk" -version = "0.2.0" -dependencies = [ - "base64", - "dagger-core 0.2.1", - "eyre", - "futures", - "genco", - "gql_client", - "pretty_assertions", - "rand", - "serde", - "serde_json", - "tokio", -] - [[package]] name = "dagger-sdk" version = "0.2.0" @@ -363,6 +346,23 @@ dependencies = [ "tokio", ] +[[package]] +name = "dagger-sdk" +version = "0.2.1" +dependencies = [ + "base64", + "dagger-core 0.2.1", + "eyre", + "futures", + "genco", + "gql_client", + "pretty_assertions", + "rand", + "serde", + "serde_json", + "tokio", +] + [[package]] name = "diff" version = "0.1.13" diff --git a/Cargo.toml b/Cargo.toml index bb5da4b..51eb465 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dagger-rs" -version = "0.2.6" +version = "0.2.7" edition = "2021" readme = "README.md" license-file = "LICENSE.MIT" diff --git a/crates/dagger-sdk/Cargo.toml b/crates/dagger-sdk/Cargo.toml index 1587d37..40ec3ce 100644 --- a/crates/dagger-sdk/Cargo.toml +++ b/crates/dagger-sdk/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dagger-sdk" -version = "0.2.0" +version = "0.2.1" edition = "2021" readme = "README.md" license-file = "LICENSE.MIT"