Skip to content

Commit 24dc258

Browse files
authored
Merge pull request #88 from tilezen/nvkelso/v1.1.0-changelog
add v1.1.0 changelog
2 parents 82a20a4 + 9f19412 commit 24dc258

File tree

2 files changed

+14
-4
lines changed

2 files changed

+14
-4
lines changed

CHANGELOG.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
Version 1.1.0
2+
-------------
3+
4+
* Include LICENSE & CHANGELOG.md in sdist tarballs
5+
* Refactor geometry encoding logic, including skipping tiny geometries
6+
* Decoded geometry is now geojson-ish dict
7+
* Winding order is now optional
8+
* Add benchmarking around round function and document how to improve performance
9+
* Document performance tip for protobuf encoding with C bindings for Debian
10+
111
Version 1.0.0
212
-------------
313

@@ -97,7 +107,7 @@ Version 0.0.5
97107
Version 0.0.4
98108
-------------
99109

100-
* Bug fix - does not try to load wkt geom if wkb succeeds
110+
* Bug fix - does not try to load wkt geom if wkb succeeds
101111

102112
Version 0.0.3
103113
-------------

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ def test_suite():
1616
return suite
1717

1818
setup(name='mapbox-vector-tile',
19-
version='1.0.0',
19+
version='1.1.0',
2020
description=u"Mapbox Vector Tile",
2121
long_description=long_description,
2222
classifiers=[],
2323
keywords='',
24-
author=u"Harish Krishna",
25-
author_email='harish.krsn@gmail.com',
24+
author=u"Rob Marianski",
25+
author_email='hello@mapzen.com',
2626
url='https://github.com/tilezen/mapbox-vector-tile',
2727
license='MIT',
2828
packages=find_packages(),

0 commit comments

Comments
 (0)