Skip to content

Commit

Permalink
release 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
orgrim committed May 16, 2021
1 parent 1d6f207 commit eb68eb9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@

* Use /var/run/postgresql as default host for connections
* Support Windows
* Force legacy timestamp format on Windows
* Allow postgresql URIs as connection strings
* Tell pg_dump and pg_dumpall never to prompt for a password

## pg_back 2.0.0

Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ import (
"time"
)

var version = "2.0.0"
var version = "2.0.1"
var binDir string

type dump struct {
Expand Down

0 comments on commit eb68eb9

Please sign in to comment.