Release dagger-rs v0.2.5

This commit is contained in:
Kasper Juul Hermansen 2023-02-18 15:18:47 +01:00
parent 5c9ab3756b
commit 084ffafa3e
Signed by: kjuulh
GPG Key ID: 57B6E1465221F912
3 changed files with 9 additions and 5 deletions

View File

@ -9,9 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
With smart releaser
## v0.2.5 (2023-02-17)
## v0.2.4 (2023-02-18)
## v0.2.5 (2023-02-18)
### Bug Fixes
@ -35,6 +33,12 @@ With smart releaser
- trying agian ([`4ac89b6`](https://github.com/kjuulh/dagger-rs/commit/4ac89b645712dd8c357832a817af131c2d2e0686))
</details>
## v0.2.4 (2023-02-18)
### Bug Fixes
- <csr-id-4ac89b645712dd8c357832a817af131c2d2e0686/> trying agian
## v0.2.3 (2023-02-18)
### New Features

2
Cargo.lock generated
View File

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

View File

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