chore: release v0.5.0

This commit is contained in:
2026-09-09 15:43:26 +02:00
parent 68c1f03503
commit 71b64baf45
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@@ -4,7 +4,7 @@ version = 4
[[package]] [[package]]
name = "ahab" name = "ahab"
version = "0.4.2" version = "0.5.0"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"clap", "clap",

View File

@@ -2,7 +2,7 @@
name = "ahab" name = "ahab"
description = "docker compose wrapper for django projects, with service detection and database dumps" description = "docker compose wrapper for django projects, with service detection and database dumps"
readme = "README.md" readme = "README.md"
version = "0.4.2" version = "0.5.0"
edition = "2024" edition = "2024"
rust-version = "1.85" rust-version = "1.85"
license = "MIT" license = "MIT"