From eee5f4c7145e1269b8d2a6e13b335a8de306b857 Mon Sep 17 00:00:00 2001 From: hdbg Date: Sat, 6 Dec 2025 20:50:28 +0100 Subject: [PATCH] chore: Release pgd version 0.0.2 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7556ee2..a65af8a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1096,7 +1096,7 @@ checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220" [[package]] name = "pgd" -version = "0.0.1" +version = "0.0.2" dependencies = [ "bollard", "clap", diff --git a/Cargo.toml b/Cargo.toml index afa65ff..b94e6a1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"