Version bump: 0.9.5

This commit is contained in:
Dan Sosedoff 2016-10-01 20:24:49 -05:00
parent b6a7d8a54a
commit 3c3c61fee2
2 changed files with 12 additions and 1 deletions

View File

@ -1,3 +1,14 @@
## 0.9.5 - 2016-10-01
- Only view schema with USAGE privileges, GH-167
- Fixed broken export to CSV/JSON/XML if hashmark in URL, GH-175
- Added example service configuration for systemd, GH-177
- Allow setting auth user and pass using variables
## 0.9.4 - 2016-07-29
- Fixes CSV/JSON/XML export buttons when pgweb is running with url prefix, GH-170
## 0.9.3 - 2016-06-30
- Uses Go 1.6 for development, GH-155

View File

@ -1,6 +1,6 @@
package command
const VERSION = "0.9.4"
const VERSION = "0.9.5"
var (
GitCommit string