Release dagger-rs v0.2.2

This commit is contained in:
Kasper Juul Hermansen 2023-02-18 15:09:24 +01:00
parent 0470093912
commit 7c8d8a3e9c
Signed by: kjuulh
GPG Key ID: 57B6E1465221F912
3 changed files with 21 additions and 3 deletions

View File

@ -15,7 +15,25 @@ With smart releaser
## v0.2.3 (2023-02-17) ## v0.2.3 (2023-02-17)
## v0.2.2 (2023-02-17) ## v0.2.2 (2023-02-18)
### Commit Statistics
<csr-read-only-do-not-edit/>
- 1 commit contributed to the release.
- 0 commits were 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 commit ([`0470093`](https://github.com/kjuulh/dagger-rs/commit/0470093912622640913ac34661be72a546dd1ba5))
</details>
## v0.2.1 (2023-02-18) ## v0.2.1 (2023-02-18)

2
Cargo.lock generated
View File

@ -305,7 +305,7 @@ dependencies = [
[[package]] [[package]]
name = "dagger-rs" name = "dagger-rs"
version = "0.2.1" version = "0.2.2"
dependencies = [ dependencies = [
"clap", "clap",
"color-eyre", "color-eyre",

View File

@ -1,6 +1,6 @@
[package] [package]
name = "dagger-rs" name = "dagger-rs"
version = "0.2.1" version = "0.2.2"
edition = "2021" edition = "2021"
readme = "README.md" readme = "README.md"
license-file = "LICENSE.MIT" license-file = "LICENSE.MIT"