Compare commits

...

2 Commits

Author SHA1 Message Date
hdbg
04797a5fb9 chore(config): remove pgd.toml and update .gitignore 2025-12-06 20:52:57 +01:00
hdbg
eee5f4c714 chore: Release pgd version 0.0.2 2025-12-06 20:50:28 +01:00
4 changed files with 3 additions and 5 deletions

1
.gitignore vendored
View File

@@ -1 +1,2 @@
/target
pgd.toml

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"

View File

@@ -1,3 +0,0 @@
version = "18.1"
password = "3pngIsq4aOy2z0ia"
port = 5432