Skip to content

Commit

Permalink
Merge pull request #88 from tilezen/nvkelso/v1.1.0-changelog
Browse files Browse the repository at this point in the history
add v1.1.0 changelog
  • Loading branch information
nvkelso authored Jan 24, 2017
2 parents 82a20a4 + 9f19412 commit 24dc258
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 4 deletions.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
Version 1.1.0
-------------

* Include LICENSE & CHANGELOG.md in sdist tarballs
* Refactor geometry encoding logic, including skipping tiny geometries
* Decoded geometry is now geojson-ish dict
* Winding order is now optional
* Add benchmarking around round function and document how to improve performance
* Document performance tip for protobuf encoding with C bindings for Debian

Version 1.0.0
-------------

Expand Down Expand Up @@ -97,7 +107,7 @@ Version 0.0.5
Version 0.0.4
-------------

* Bug fix - does not try to load wkt geom if wkb succeeds
* Bug fix - does not try to load wkt geom if wkb succeeds

Version 0.0.3
-------------
Expand Down
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ def test_suite():
return suite

setup(name='mapbox-vector-tile',
version='1.0.0',
version='1.1.0',
description=u"Mapbox Vector Tile",
long_description=long_description,
classifiers=[],
keywords='',
author=u"Harish Krishna",
author_email='harish.krsn@gmail.com',
author=u"Rob Marianski",
author_email='hello@mapzen.com',
url='https://github.com/tilezen/mapbox-vector-tile',
license='MIT',
packages=find_packages(),
Expand Down

0 comments on commit 24dc258

Please sign in to comment.