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.
This commit is contained in:
Matej Janezic 2023-05-23 23:44:57 +02:00
parent c63cedab76
commit 22d263dfaa
Signed by: janezicmatej
GPG Key ID: 4298E230ED37B2C0
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@ -4,7 +4,7 @@ version = 3
[[package]]
name = "ahab"
version = "0.0.1"
version = "0.1.0"
dependencies = [
"anyhow",
"clap",

View File

@ -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č <janezic.mj@gmail.com>"]