diff --git a/CHANGELOG.md b/CHANGELOG.md index fe5d48f..c22f681 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,7 +11,29 @@ With smart releaser ## v0.2.5 (2023-02-17) -## v0.2.4 (2023-02-17) +## v0.2.4 (2023-02-18) + +### Bug Fixes + + - trying agian + +### Commit Statistics + + + + - 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 + + + +
view details + + * **Uncategorized** + - trying agian ([`4ac89b6`](https://github.com/kjuulh/dagger-rs/commit/4ac89b645712dd8c357832a817af131c2d2e0686)) +
## v0.2.3 (2023-02-18) diff --git a/Cargo.lock b/Cargo.lock index af74d6b..b60d13c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -305,7 +305,7 @@ dependencies = [ [[package]] name = "dagger-rs" -version = "0.2.3" +version = "0.2.4" dependencies = [ "clap", "color-eyre", diff --git a/Cargo.toml b/Cargo.toml index 88465b0..015f3a6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dagger-rs" -version = "0.2.3" +version = "0.2.4" edition = "2021" readme = "README.md" license-file = "LICENSE.MIT"