Bump version

This commit is contained in:
Joe Nelson
2017-04-29 21:02:14 -05:00
parent f4d84e4b58
commit 0b436d49e6
4 changed files with 9 additions and 3 deletions
+6
View File
@@ -5,6 +5,12 @@ This project adheres to [Semantic Versioning](http://semver.org/).
## Unreleased ## Unreleased
### Added
### Fixed
## [0.4.1.0] - 2017-04-25
### Added ### Added
- Allow requesting binary output on GET - @steve-chavez - Allow requesting binary output on GET - @steve-chavez
- Accept clients requesting `Content-Type: application/json` from / - @feynmanliang - Accept clients requesting `Content-Type: application/json` from / - @feynmanliang
+1 -1
View File
@@ -10,7 +10,7 @@
}, },
"POSTGREST_VER": { "POSTGREST_VER": {
"description": "Version of PostgREST to deploy", "description": "Version of PostgREST to deploy",
"value": "0.4.0.0" "value": "0.4.1.0"
}, },
"DB_URI": { "DB_URI": {
"description": "Database connection string", "description": "Database connection string",
+1 -1
View File
@@ -1,6 +1,6 @@
FROM debian:jessie FROM debian:jessie
ENV POSTGREST_VERSION 0.4.0.0 ENV POSTGREST_VERSION 0.4.1.0
RUN apt-get update && \ RUN apt-get update && \
apt-get install -y tar xz-utils wget libpq-dev && \ apt-get install -y tar xz-utils wget libpq-dev && \
+1 -1
View File
@@ -2,7 +2,7 @@ name: postgrest
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
permits. permits.
version: 0.4.0.0 version: 0.4.1.0
synopsis: REST API for any Postgres database synopsis: REST API for any Postgres database
license: MIT license: MIT
license-file: LICENSE license-file: LICENSE