From 55d4ae3f6fd71edaf196b940d6be51160b688900 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matej=20Jane=C5=BEi=C4=8D?= Date: Sat, 27 May 2023 13:32:46 +0200 Subject: [PATCH] release: version 0.2.0 Command renamings and compltion generation marks v0.2.0 of `ahab`. --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c78d215..d02a69d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4,7 +4,7 @@ version = 3 [[package]] name = "ahab" -version = "0.1.0" +version = "0.2.0" dependencies = [ "anyhow", "clap", diff --git a/Cargo.toml b/Cargo.toml index 8708cdf..ba46099 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "ahab" description = "docker cli wrapper" readme = "README.md" -version = "0.1.0" +version = "0.2.0" edition = "2021" license = "MIT" authors = ["Matej Janežič "]