From d796b765da04170eb9ffd6c1020eda6f10e320a6 Mon Sep 17 00:00:00 2001 From: Robert Marianski Date: Mon, 23 Oct 2017 16:25:32 -0400 Subject: [PATCH] Version bump -> 1.4.1 --- CHANGELOG.md | 22 ++++++++++++++++++++++ VERSION | 2 +- 2 files changed, 23 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b231dc263..ce6f45334 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,25 @@ +v1.4.1 +------ +* **Release date:** 2017-10-23. +* **Requires:** [tileserver v2.1.1](https://github.com/mapzen/tileserver/releases/tag/v2.1.1) and [tilequeue v1.8.1](https://github.com/mapzen/tilequeue/releases/tag/v1.8.1) and [mapbox-vector-tile v1.2.0](https://pypi.python.org/pypi/mapbox-vector-tile/v1.2.0). +* Backport fix for including VERSION file in package. See [#265](https://github.com/tilezen/vector-datasource/pull/1411). +* Point tilequeue/tileserver to specific versions in requirements. + +v1.4.0-docs1 +------ +* **Release date**: 2017-06-28. _Live on prod 2017-06-??._ +* **Requires:** [tileserver v2.1.0](https://github.com/mapzen/tileserver/releases/tag/v2.1.0) and [tilequeue v1.8.0](https://github.com/mapzen/tilequeue/releases/tag/v1.8.0) and [mapbox-vector-tile v1.2.0](https://pypi.python.org/pypi/mapbox-vector-tile/v1.2.0). +- [docs] Update link to pois.jinja2. See [#1268](https://github.com/tilezen/vector-datasource/pull/1268). +- [docs] Update `your-mapzen-api-key` URL query strings to enable key substitution. See [#1275](https://github.com/tilezen/vector-datasource/pull/1275). +- [docs] Spelling, grammar, writing style fixes. See [#1275](https://github.com/tilezen/vector-datasource/pull/1275). +- [docs] Add documentation for 512 pixel tile sizes. See [#1284](https://github.com/tilezen/vector-datasource/pull/1284). +- [docs] Add documentation to suggest max zoom (per tile size). See [#1161](https://github.com/tilezen/vector-datasource/pull/1161). +- [docs] Add documentation for tile x, y coordinates (versus latitude and longitude). See [#1111](https://github.com/tilezen/vector-datasource/pull/1111). +- [docs] Add documentation for HTTP status codes. See [#1266](https://github.com/tilezen/vector-datasource/pull/1266). +- [tests] Update tests for upstream OpenStreetMap data churn. See [#1267](https://github.com/tilezen/vector-datasource/pull/1267), [#1282](https://github.com/tilezen/vector-datasource/pull/1282), and [#1286](https://github.com/tilezen/vector-datasource/pull/1286). +- Remove duplicate symbol output. See [#1265](https://github.com/tilezen/vector-datasource/pull/1265). +- Fixed release notes on 2017-07-19 with corrected **Requires** section. + v1.4.0 ------ * **Release date**: 2017-05-31. diff --git a/VERSION b/VERSION index 0d0c52f84..66d62a800 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -v1.4.0 +v1.4.1