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.3.0.3 ] - 2016-01-08
7
7
8
8
### Fixed
9
9
- Fix bug in many-many relation detection - @ruslantalpa
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.3.0.2 "
13
+ "value" : " 0.3.0.3 "
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.3.0.2
5
+ version : 0.3.0.3
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