From b158d995dbcaafdd9795a227b909555c20329e7e Mon Sep 17 00:00:00 2001 From: Robert Marianski Date: Mon, 8 Jan 2018 16:58:38 -0500 Subject: [PATCH] Version bump -> v1.4.3 --- CHANGELOG.md | 13 +++++++++++++ VERSION | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ce6f45334..6bda3b9e8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +v1.4.3 +------ +* Clip buildings to tile boundaries. See #1142. +* Allow some kinds of non-numeric `shield_text`. See #1452. +* Add shops from osm.org and iD. See #1447. +* Clip buildings to tiles. See #1446. +* Include all name variants. See #1454. +* Add building material tag to output. See #1455. +* Add route modifier information to network. See #1460. +* Add wetland detail to kind_detail. See #1461. +* Remove unused wooded area tags + natural=park and add leaf_type to wooded areas. See #1459. +* Guard against TopologicalError. See #1471. + v1.4.1 ------ * **Release date:** 2017-10-23. diff --git a/VERSION b/VERSION index 0d0c52f84..92f76b423 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -v1.4.0 +v1.4.3