From 9294f9084c0f65102d705ed1b5f72fc678e8675f Mon Sep 17 00:00:00 2001 From: Alon Gubkin Date: Sun, 17 May 2026 21:38:22 +0300 Subject: [PATCH] chore: release v0.2.1 --- CHANGELOG.md | 7 +++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 46a401e..943b309 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. +## [0.2.1] - 2026-05-17 + +### Miscellaneous + +- Update readme ([f628ecc](https://github.com/alienplatform/dockdash/commit/f628ecc4865cb7a7cc11131aff6f54dfa8761a4f)) +- Update readme ([4d14cbb](https://github.com/alienplatform/dockdash/commit/4d14cbb90bcb7e2de58a09afa89ff4915a5153ce)) + ## [0.2.0] - 2026-04-12 ## [0.1.1] - 2026-04-07 diff --git a/Cargo.lock b/Cargo.lock index 68cfcc0..deb9370 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -605,7 +605,7 @@ dependencies = [ [[package]] name = "dockdash" -version = "0.2.0" +version = "0.2.1" dependencies = [ "async-trait", "bollard", diff --git a/Cargo.toml b/Cargo.toml index aecb5be..405876c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dockdash" -version = "0.2.0" +version = "0.2.1" edition = "2021" authors = ["Alien "] description = "Build and push OCI container images without Docker"