From acbd3bb764c35f6f96d17bdf05429a0957a09e15 Mon Sep 17 00:00:00 2001 From: Tom MacWright Date: Fri, 29 Apr 2011 16:09:24 -0400 Subject: [PATCH] Talking about 0.1.4 --- README.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d6d50c8..14a3667 100644 --- a/README.md +++ b/README.md @@ -248,6 +248,13 @@ Only for running tests: * [expresso](https://github.com/visionmedia/expresso) * [sax-js](https://github.com/isaacs/sax-js/) +## Changelog + +### 0.1.4 + +* Fix bug in which SRS autodetection broke error handling +* Update carto + ## Authors diff --git a/package.json b/package.json index 6b83300..e6753cf 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "keywords" : ["mapnik", "maps", "css"], "author" : "Tom MacWright , Konstantin Käfer, Alexis Sellier ", "contributors" : [], - "version" : "0.1.3", + "version" : "0.1.4", "bin" : { "carto": "./bin/carto", "cartox": "./bin/cartox",