Release dagger-rs v0.2.7, dagger-sdk v0.2.1

This commit is contained in:
Kasper Juul Hermansen 2023-02-18 16:03:59 +01:00
parent d72313051b
commit 20c71189f6
Signed by: kjuulh
GPG Key ID: 57B6E1465221F912
4 changed files with 45 additions and 21 deletions

View File

@ -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
- <csr-id-d72313051b9b46a6eeaa909a11850b3d8fc75e81/> with test changes
### Commit Statistics
<csr-read-only-do-not-edit/>
- 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
<csr-read-only-do-not-edit/>
<details><summary>view details</summary>
* **Uncategorized**
- with test changes ([`d723130`](https://github.com/kjuulh/dagger-rs/commit/d72313051b9b46a6eeaa909a11850b3d8fc75e81))
</details>
## v0.2.6 (2023-02-18)
With smart releaser

38
Cargo.lock generated
View File

@ -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"

View File

@ -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"

View File

@ -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"