File tree 4 files changed +4
-4
lines changed
4 files changed +4
-4
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.12.1 ] - 2015-11-12
7
7
8
8
### Fixed
9
9
- Correct order for -> and ->> in a json path - @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.2.12.0 "
13
+ "value" : " 0.2.12.1 "
14
14
},
15
15
"DB_NAME" : {
16
16
"description" : " Database name" ,
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ The [release page](https://github.com/begriffs/postgrest/releases/latest) has pr
7
7
``` sh
8
8
# Untar the release (available at https://github.com/begriffs/postgrest/releases/latest)
9
9
10
- $ tar zxf postgrest-0.2.12.0 -osx.tar.xz
10
+ $ tar zxf postgrest-0.2.12.1 -osx.tar.xz
11
11
12
12
# Try running it
13
13
$ ./postgrest
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.12.0
5
+ version : 0.2.12.1
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