diff --git a/CHANGELOG.md b/CHANGELOG.md index 258e289..994c2de 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,7 +15,25 @@ With smart releaser ## v0.2.3 (2023-02-17) -## v0.2.2 (2023-02-17) +## v0.2.2 (2023-02-18) + +### Commit Statistics + + + + - 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 + + + +
view details + + * **Uncategorized** + - with test commit ([`0470093`](https://github.com/kjuulh/dagger-rs/commit/0470093912622640913ac34661be72a546dd1ba5)) +
## v0.2.1 (2023-02-18) diff --git a/Cargo.lock b/Cargo.lock index d00254a..4599e51 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -305,7 +305,7 @@ dependencies = [ [[package]] name = "dagger-rs" -version = "0.2.1" +version = "0.2.2" dependencies = [ "clap", "color-eyre", diff --git a/Cargo.toml b/Cargo.toml index 873cb7a..999b11b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dagger-rs" -version = "0.2.1" +version = "0.2.2" edition = "2021" readme = "README.md" license-file = "LICENSE.MIT"