Skip to content

Commit

Permalink
bump to v0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Dane Springmeyer committed Jul 30, 2015
1 parent 9a34a23 commit 0014252
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,10 @@
# Changelog

## 0.9.0

- Upgraded to protozero v1.0.0
- Fixed attribute handling bug in tile_datasource_pbf

## 0.8.5

- Remove geometries from clipping that never intersect with the bounding box of the tile (#135)
Expand Down
3 changes: 2 additions & 1 deletion CONTRIBUTING.md
Expand Up @@ -7,7 +7,8 @@ General guidelines for contributing to mapnik-vector-tile
To release a new node-mapnik version:

- Make sure that all tests as passing (including travis and appveyor tests).
- Update the CHANGELOG.md and commit new version.
- Update the CHANGELOG.md
- Make a "bump commit" by updating the version in `package.json` and adding a commit like `-m "bump to v0.8.5"`
- Create a github tag like `git tag -a v0.8.5 -m "v0.8.5"`
- Ensure you have a clean checkout (no extra files in your check that are not known by git). You need to be careful, for instance, to avoid a large accidental file being packaged by npm. You can get a view of what npm will publish by running `make testpack`
- Then publish the module to npm repositories by running `npm publish`
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "mapnik-vector-tile",
"version": "0.8.5",
"version": "0.9.0",
"description": "Mapnik vector tile API",
"main": "./package.json",
"repository" : {
Expand Down

0 comments on commit 0014252

Please sign in to comment.