From 132aedacec531774e66211055a2bf52b5e6e8160 Mon Sep 17 00:00:00 2001 From: nebulon42 Date: Sun, 21 May 2017 16:26:54 +0200 Subject: [PATCH] update changelog and bump to 0.18.0 --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a485e59f1..138752f9c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ ## Changelog +## 0.18.0 + +* Compile time performance improvement by leaving out rules that do not apply to layer minzoom and maxzoom restrictions if specified ([#469](https://github.com/mapbox/carto/issues/469)) +* Confirmed that [#348](https://github.com/mapbox/carto/issues/348) does not occur (anymore) +* Updated dependencies + ## 0.17.3 * Fix regression with number parsing after fixing of [#411](https://github.com/mapbox/carto/issues/411) ([#471](https://github.com/mapbox/carto/issues/471)) diff --git a/package.json b/package.json index 91274f2e9..63d8d90c2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "carto", - "version": "0.17.3", + "version": "0.18.0", "description": "Mapnik Stylesheet Compiler", "url": "https://github.com/mapbox/carto", "repository": {