Skip to content

Commit eb68eb9

Browse files
committed
release 2.0.1
1 parent 1d6f207 commit eb68eb9

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44

55
* Use /var/run/postgresql as default host for connections
66
* 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
710

811
## pg_back 2.0.0
912

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ import (
3636
"time"
3737
)
3838

39-
var version = "2.0.0"
39+
var version = "2.0.1"
4040
var binDir string
4141

4242
type dump struct {

0 commit comments

Comments
 (0)