From 921c303c6dd8254ad1abc58ed1075bb5b5369789 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matej=20Jane=C5=BEi=C4=8D?= Date: Mon, 21 Sep 2026 13:08:26 +0000 Subject: [PATCH] chore: release v0.6.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7affaf6..185bb32 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4,7 +4,7 @@ version = 4 [[package]] name = "ahab" -version = "0.5.0" +version = "0.6.0" dependencies = [ "anyhow", "clap", diff --git a/Cargo.toml b/Cargo.toml index 496a836..7636c64 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "ahab" description = "docker compose wrapper for django projects, with service detection and database dumps" readme = "README.md" -version = "0.5.0" +version = "0.6.0" edition = "2024" rust-version = "1.85" license = "MIT"