mirror of
https://github.com/kjuulh/dagger-rs.git
synced 2024-11-10 19:51:41 +01:00
Release dagger-rs v0.2.5
This commit is contained in:
parent
5c9ab3756b
commit
084ffafa3e
10
CHANGELOG.md
10
CHANGELOG.md
@ -9,9 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||||||
|
|
||||||
With smart releaser
|
With smart releaser
|
||||||
|
|
||||||
## v0.2.5 (2023-02-17)
|
## v0.2.5 (2023-02-18)
|
||||||
|
|
||||||
## v0.2.4 (2023-02-18)
|
|
||||||
|
|
||||||
### Bug Fixes
|
### Bug Fixes
|
||||||
|
|
||||||
@ -35,6 +33,12 @@ With smart releaser
|
|||||||
- trying agian ([`4ac89b6`](https://github.com/kjuulh/dagger-rs/commit/4ac89b645712dd8c357832a817af131c2d2e0686))
|
- trying agian ([`4ac89b6`](https://github.com/kjuulh/dagger-rs/commit/4ac89b645712dd8c357832a817af131c2d2e0686))
|
||||||
</details>
|
</details>
|
||||||
|
|
||||||
|
## v0.2.4 (2023-02-18)
|
||||||
|
|
||||||
|
### Bug Fixes
|
||||||
|
|
||||||
|
- <csr-id-4ac89b645712dd8c357832a817af131c2d2e0686/> trying agian
|
||||||
|
|
||||||
## v0.2.3 (2023-02-18)
|
## v0.2.3 (2023-02-18)
|
||||||
|
|
||||||
### New Features
|
### New Features
|
||||||
|
2
Cargo.lock
generated
2
Cargo.lock
generated
@ -305,7 +305,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "dagger-rs"
|
name = "dagger-rs"
|
||||||
version = "0.2.4"
|
version = "0.2.5"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"clap",
|
"clap",
|
||||||
"color-eyre",
|
"color-eyre",
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "dagger-rs"
|
name = "dagger-rs"
|
||||||
version = "0.2.4"
|
version = "0.2.5"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
license-file = "LICENSE.MIT"
|
license-file = "LICENSE.MIT"
|
||||||
|
Loading…
Reference in New Issue
Block a user