From 7bf76d3ff2d76997165001af6a05b252791c138d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matej=20Jane=C5=BEi=C4=8D?= Date: Fri, 2 Jun 2023 17:20:19 +0200 Subject: [PATCH] release: v0.3.0 Various qol improvements and custom CommandBuilder mark v0.3.0 release --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d02a69d..74a34d5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4,7 +4,7 @@ version = 3 [[package]] name = "ahab" -version = "0.2.0" +version = "0.3.0" dependencies = [ "anyhow", "clap", diff --git a/Cargo.toml b/Cargo.toml index ba46099..cfb96a6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "ahab" description = "docker cli wrapper" readme = "README.md" -version = "0.2.0" +version = "0.3.0" edition = "2021" license = "MIT" authors = ["Matej Janežič "]