diff --git a/CHANGELOG.md b/CHANGELOG.md index 69de726..46a401e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ All notable changes to this project will be documented in this file. +## [0.2.0] - 2026-04-12 + ## [0.1.1] - 2026-04-07 ### Ci diff --git a/Cargo.lock b/Cargo.lock index cb8cbd8..68cfcc0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -605,7 +605,7 @@ dependencies = [ [[package]] name = "dockdash" -version = "0.1.1" +version = "0.2.0" dependencies = [ "async-trait", "bollard", diff --git a/Cargo.toml b/Cargo.toml index 4bc3867..aecb5be 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dockdash" -version = "0.1.1" +version = "0.2.0" edition = "2021" authors = ["Alien "] description = "Build and push OCI container images without Docker"