From 22d263dfaaaa121b1c6ed52eee40258b4680b0ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matej=20Jane=C5=BEi=C4=8D?= Date: Tue, 23 May 2023 23:44:57 +0200 Subject: [PATCH] release: v0.1.0 First release of `ahab` cli. All functionality from initial design is now implemented which means we can move on to adding new stuff and improving existing stuff. --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2a6b34b..df6198a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4,7 +4,7 @@ version = 3 [[package]] name = "ahab" -version = "0.0.1" +version = "0.1.0" dependencies = [ "anyhow", "clap", diff --git a/Cargo.toml b/Cargo.toml index 89f0eff..08e2750 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "ahab" description = "docker cli wrapper" readme = "README.md" -version = "0.0.1" +version = "0.1.0" edition = "2021" license = "MIT" authors = ["Matej Janežič "]