chore: Release pgd version 0.0.2

This commit is contained in:
hdbg
2025-12-06 20:50:28 +01:00
parent 5b8feaa3c8
commit eee5f4c714
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@@ -1096,7 +1096,7 @@ checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220"
[[package]]
name = "pgd"
version = "0.0.1"
version = "0.0.2"
dependencies = [
"bollard",
"clap",

View File

@@ -1,6 +1,6 @@
[package]
name = "pgd"
version = "0.0.1"
version = "0.0.2"
edition = "2024"
description = "CLI to manage postgres instances for local development"
repository = "https://github.com/MarketTakers/pgd"