From 0774b845cdb3d22f0ba3d2dade0fa541e9375a49 Mon Sep 17 00:00:00 2001 From: Matt Amos Date: Fri, 15 Feb 2019 16:35:27 +0000 Subject: [PATCH 1/2] Update changelog and version file, bump to v2.3.0. --- CHANGELOG.md | 10 ++++++++++ VERSION | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c2e0aabb..e2cc9005 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,16 @@ CHANGELOG ========= +v2.3.0 +------ + +* Add utility function to orient MultiPolygons. [PR #368](https://github.com/tilezen/tilequeue/pull/368). +* Exclude buffered land polygons from changes made in [#362](https://github.com/tilezen/tilequeue/pull/362). [PR #367](https://github.com/tilezen/tilequeue/pull/367). +* Fix indentation for new, stricter flake8. [PR #366](https://github.com/tilezen/tilequeue/pull/366). +* Add log function to post-process Context. [PR #364](https://github.com/tilezen/tilequeue/pull/364). +* Bump PyYAML version for CVE-2017-18342. [PR #363](https://github.com/tilezen/tilequeue/pull/363). +* Process boundaries from RAWR tiles the same way we do from SQL. [PR #362](https://github.com/tilezen/tilequeue/pull/362). + v2.2.1 ------ diff --git a/VERSION b/VERSION index c043eea7..276cbf9e 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.2.1 +2.3.0 From ff3c6a39d2bb54703e14d9a75df7dd7c407b3838 Mon Sep 17 00:00:00 2001 From: "Nathaniel V. KELSO" Date: Fri, 15 Feb 2019 09:40:04 -0800 Subject: [PATCH 2/2] Change order to group like topics, and internal changes last --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e2cc9005..a7a1e279 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,11 +5,11 @@ v2.3.0 ------ * Add utility function to orient MultiPolygons. [PR #368](https://github.com/tilezen/tilequeue/pull/368). +* Process boundaries from RAWR tiles the same way we do from SQL. [PR #362](https://github.com/tilezen/tilequeue/pull/362). * Exclude buffered land polygons from changes made in [#362](https://github.com/tilezen/tilequeue/pull/362). [PR #367](https://github.com/tilezen/tilequeue/pull/367). -* Fix indentation for new, stricter flake8. [PR #366](https://github.com/tilezen/tilequeue/pull/366). * Add log function to post-process Context. [PR #364](https://github.com/tilezen/tilequeue/pull/364). +* Fix indentation for new, stricter flake8. [PR #366](https://github.com/tilezen/tilequeue/pull/366). * Bump PyYAML version for CVE-2017-18342. [PR #363](https://github.com/tilezen/tilequeue/pull/363). -* Process boundaries from RAWR tiles the same way we do from SQL. [PR #362](https://github.com/tilezen/tilequeue/pull/362). v2.2.1 ------