File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
This project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
5
5
6
- ## unreleased
6
+ ## [ 0.2.10.0 ] - 2015-06-03
7
7
### Added
8
8
- Full text search, eg ` /foo?text_vector=@@.bar `
9
9
- Include auth id as well as db role to views (for row-level security)
Original file line number Diff line number Diff line change 10
10
},
11
11
"POSTGREST_VER" : {
12
12
"description" : " Version of PostgREST to deploy" ,
13
- "value" : " 0.2.9 .0"
13
+ "value" : " 0.2.10 .0"
14
14
},
15
15
"DB_NAME" : {
16
16
"description" : " Database name" ,
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: postgrest
2
2
description : Reads the schema of a PostgreSQL database and creates RESTful routes
3
3
for the tables and views, supporting all HTTP verbs that security
4
4
permits.
5
- version : 0.2.9.1
5
+ version : 0.2.10.0
6
6
synopsis : REST API for any Postgres database
7
7
license : MIT
8
8
license-file : LICENSE
You can’t perform that action at this time.
0 commit comments