diff --git a/Cargo.lock b/Cargo.lock index 9c143d6..7affaf6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4,7 +4,7 @@ version = 4 [[package]] name = "ahab" -version = "0.4.2" +version = "0.5.0" dependencies = [ "anyhow", "clap", diff --git a/Cargo.toml b/Cargo.toml index a574fca..496a836 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.4.2" +version = "0.5.0" edition = "2024" rust-version = "1.85" license = "MIT"