Bump to v6.0.1
This commit is contained in:
committed by
Steve Chávez
parent
5b8a17e366
commit
47c0141c49
@@ -7,6 +7,12 @@ This project adheres to [Semantic Versioning](http://semver.org/).
|
|||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
|
||||||
|
## [6.0.1] - 2019-07-30
|
||||||
|
|
||||||
|
### Added
|
||||||
|
|
||||||
- #1349, Add user defined raw output media types via `raw-media-types` config option - @Dansvidania
|
- #1349, Add user defined raw output media types via `raw-media-types` config option - @Dansvidania
|
||||||
- #1243, Add websearch_to_tsquery support - @herulume
|
- #1243, Add websearch_to_tsquery support - @herulume
|
||||||
|
|
||||||
|
|||||||
@@ -10,7 +10,7 @@
|
|||||||
},
|
},
|
||||||
"POSTGREST_VER": {
|
"POSTGREST_VER": {
|
||||||
"description": "Version of PostgREST to deploy",
|
"description": "Version of PostgREST to deploy",
|
||||||
"value": "6.0.0"
|
"value": "6.0.1"
|
||||||
},
|
},
|
||||||
"DB_URI": {
|
"DB_URI": {
|
||||||
"description": "Database connection string, e.g. postgres://user:pass@xxxxxxx.rds.amazonaws.com/mydb",
|
"description": "Database connection string, e.g. postgres://user:pass@xxxxxxx.rds.amazonaws.com/mydb",
|
||||||
|
|||||||
+1
-1
@@ -1,5 +1,5 @@
|
|||||||
name: postgrest
|
name: postgrest
|
||||||
version: 6.0.0
|
version: 6.0.1
|
||||||
synopsis: REST API for any Postgres database
|
synopsis: REST API for any Postgres database
|
||||||
description: Reads the schema of a PostgreSQL database and creates RESTful routes
|
description: Reads the schema of a PostgreSQL database and creates RESTful routes
|
||||||
for the tables and views, supporting all HTTP verbs that security
|
for the tables and views, supporting all HTTP verbs that security
|
||||||
|
|||||||
Reference in New Issue
Block a user