Skip to content
This repository was archived by the owner on Jun 29, 2023. It is now read-only.

Commit 76fab3f

Browse files
committed
Release dagger-sdk v0.2.19
1 parent 6629d2d commit 76fab3f

File tree

4 files changed

+40
-4
lines changed

4 files changed

+40
-4
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ci/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ edition = "2021"
88
[dependencies]
99
clap = "4.1.6"
1010
color-eyre = "0.6.2"
11-
dagger-sdk = { path = "../crates/dagger-sdk/", version = "^0.2.17" }
11+
dagger-sdk = { path = "../crates/dagger-sdk/", version = "^0.2.19" }
1212
eyre = "0.6.8"
1313
tokio = { version = "1.25.0", features = ["full"] }

crates/dagger-sdk/CHANGELOG.md

Lines changed: 37 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,43 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to
77
[Semantic Versioning](https://semver.org/spec/v2.0.0.html).
88

9+
## v0.2.19 (2023-03-14)
10+
11+
### Chore
12+
13+
- <csr-id-6629d2db4fbc7cdba9b2e4a241e4b0a2592cf384/> fix release version
14+
15+
### Bug Fixes
16+
17+
- <csr-id-8fd6bb983ef00b1aa2cf1ba3088028329033c38f/> serialization of enum args for graphql
18+
19+
### Commit Statistics
20+
21+
<csr-read-only-do-not-edit/>
22+
23+
- 2 commits contributed to the release.
24+
- 2 commits were understood as [conventional](https://www.conventionalcommits.org).
25+
- 1 unique issue was worked on: [#34](https://github.com/kjuulh/dagger-rs/issues/34)
26+
27+
### Commit Details
28+
29+
<csr-read-only-do-not-edit/>
30+
31+
<details><summary>view details</summary>
32+
33+
* **[#34](https://github.com/kjuulh/dagger-rs/issues/34)**
34+
- serialization of enum args for graphql ([`8fd6bb9`](https://github.com/kjuulh/dagger-rs/commit/8fd6bb983ef00b1aa2cf1ba3088028329033c38f))
35+
* **Uncategorized**
36+
- fix release version ([`6629d2d`](https://github.com/kjuulh/dagger-rs/commit/6629d2db4fbc7cdba9b2e4a241e4b0a2592cf384))
37+
</details>
38+
939
## v0.2.17 (2023-03-13)
1040

41+
<csr-id-f67928155f02076cbb41abd4010523879ff3caf1/>
42+
<csr-id-2cc0231c5f29993081f0f7e15e44cac95a7d6086/>
43+
<csr-id-9ba01396cb44ee02cf7a16008e3f0bdae9f78754/>
44+
<csr-id-e9e35edb1cb67eee8cc033212aba3b1888def78f/>
45+
1146
### Bug Fixes
1247

1348
- <csr-id-1bfd084cd28e2b984c61de7f3f9a065cc41be007/> make sure tests have a command to execute
@@ -30,7 +65,7 @@ and this project adheres to
3065

3166
<csr-read-only-do-not-edit/>
3267

33-
- 9 commits contributed to the release over the course of 2 calendar days.
68+
- 10 commits contributed to the release over the course of 2 calendar days.
3469
- 2 days passed between releases.
3570
- 9 commits were understood as [conventional](https://www.conventionalcommits.org).
3671
- 0 issues like '(#ID)' were seen in commit messages
@@ -42,6 +77,7 @@ and this project adheres to
4277
<details><summary>view details</summary>
4378

4479
* **Uncategorized**
80+
- Release dagger-sdk v0.2.17 ([`a8e6dde`](https://github.com/kjuulh/dagger-rs/commit/a8e6dde615029d9a94d159ed84b5373121cd201f))
4581
- make sure tests have a command to execute ([`1bfd084`](https://github.com/kjuulh/dagger-rs/commit/1bfd084cd28e2b984c61de7f3f9a065cc41be007))
4682
- remove unused imports ([`5593fce`](https://github.com/kjuulh/dagger-rs/commit/5593fce2e16e0aa97a2e6843f15d3bb1121048f5))
4783
- remove export and instead use exitcode ([`2cc0231`](https://github.com/kjuulh/dagger-rs/commit/2cc0231c5f29993081f0f7e15e44cac95a7d6086))

crates/dagger-sdk/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "dagger-sdk"
3-
version = "0.2.18"
3+
version = "0.2.19"
44
edition = "2021"
55
readme = "README.md"
66
license-file = "LICENSE.MIT"

0 commit comments

Comments
 (0)