Skip to content

Commit

Permalink
release 2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
orgrim committed May 6, 2024
1 parent cfeb54d commit 7b2ab08
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## pg_back 2.3.0

* Add options to avoid dumping hash passwords with pg_dumpall
* Ensure usability without superuser privileges
* Update Go dependencies
* Add the --dump-only option to only dump databases
* Fix mode of the directory when the format is dir
* Add an option to download from remote locations
* Add an option to list files from remote locations

## pg_back 2.2.0

* Support compression in plain format
Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ import (
"time"
)

var version = "2.2.0"
var version = "2.3.0"
var binDir string

type dump struct {
Expand Down

0 comments on commit 7b2ab08

Please sign in to comment.