We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d6f207 commit eb68eb9Copy full SHA for eb68eb9
2 files changed
CHANGELOG.md
@@ -4,6 +4,9 @@
4
5
* Use /var/run/postgresql as default host for connections
6
* Support Windows
7
+* Force legacy timestamp format on Windows
8
+* Allow postgresql URIs as connection strings
9
+* Tell pg_dump and pg_dumpall never to prompt for a password
10
11
## pg_back 2.0.0
12
main.go
@@ -36,7 +36,7 @@ import (
36
"time"
37
)
38
39
-var version = "2.0.0"
+var version = "2.0.1"
40
var binDir string
41
42
type dump struct {
0 commit comments