Skip to content

Commit

Permalink
Release v2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jackc committed Apr 14, 2023
1 parent 092f28e commit 6264dab
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -385,6 +385,12 @@ is still available through RubyGems and the source code is on the ruby branch.

## Version History

## 2.1.0 (April 13, 2023)

* Add print-connstring command to CLI (abs3ntdev)
* Allow multiple config files on CLI (abs3ntdev)
* Fix port being ignored in config file if sslmode is set (abs3ntdev)

## 2.0.1 (March 2, 2023)

* Fix -e flag with terminal editors (abs3nt)
Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ import (
ini "github.com/vaughan0/go-ini"
)

const VERSION = "2.0.1"
const VERSION = "2.1.0"

var defaultConf = `[database]
# host is required (network host or path to Unix domain socket)
Expand Down

0 comments on commit 6264dab

Please sign in to comment.