diff --git a/CHANGELOG.md b/CHANGELOG.md index a11c965..0b99eb7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ unreleased ---------- + +0.3.0 +----- Add -o options to pgtemp daemon for postgresql server configs 0.2 diff --git a/Cargo.toml b/Cargo.toml index e84258f..b54e004 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pgtemp" -version = "0.2.1" +version = "0.3.0" edition = "2021" authors = ["Harry Stern ",] description = "Start local postgres servers for testing without Docker"