Skip to content
This repository has been archived by the owner on Jun 10, 2024. It is now read-only.

Commit

Permalink
bump to v0.5.2 [publish binary]
Browse files Browse the repository at this point in the history
  • Loading branch information
Dane Springmeyer committed Jul 28, 2016
1 parent 84ccaf1 commit cfbae30
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,16 @@ This project adheres to [Semantic Versioning](http://semver.org/).

### Fixed

## [0.5.2] - 2016-07-28

### Fixed

- Now properly statically linking bz2 on linux (no longer accidentally depends on shared libbz2)
- Fixed memory leak in handler which regressed in 0.5.0 (https://github.com/osmcode/node-osmium/issues/79)

### Added

- Add area support to object_to_entity_bits() function. (https://github.com/osmcode/node-osmium/pull/49)

## [0.5.1] - 2016-07-21

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "osmium",
"version": "0.5.1",
"version": "0.5.2",
"libosmium_version": "v2.7.2",
"description": "Node.js bindings to Osmium",
"url": "https://github.com/osmcode/node-osmium",
Expand Down

0 comments on commit cfbae30

Please sign in to comment.