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

Commit

Permalink
[publish binary] Release v0.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
joto committed Sep 19, 2016
1 parent 5cb533d commit 04541c7
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 6 deletions.
21 changes: 17 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,28 @@ This project adheres to [Semantic Versioning](http://semver.org/).

### Fixed


## [0.5.3] - 2016-09-19

### Changed

- Using newest libosmium, version 2.9.0.


## [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)
- 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)
- 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 Expand Up @@ -107,7 +119,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).

- Upgraded node-pre-gyp to 0.5.10

[unreleased]: https://github.com/osmcode/libosmium/compare/v0.5.2...HEAD
[unreleased]: https://github.com/osmcode/libosmium/compare/v0.5.3...HEAD
[0.5.3]: https://github.com/osmcode/libosmium/compare/v0.5.2...v0.5.3
[0.5.2]: https://github.com/osmcode/libosmium/compare/v0.5.1...v0.5.2
[0.5.1]: https://github.com/osmcode/libosmium/compare/v0.5.0...v0.5.1
[0.5.0]: https://github.com/osmcode/libosmium/compare/v0.4.5...v0.5.0
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "osmium",
"version": "0.5.2",
"libosmium_version": "v2.7.2",
"version": "0.5.3",
"libosmium_version": "v2.9.0",
"description": "Node.js bindings to Osmium",
"url": "https://github.com/osmcode/node-osmium",
"homepage": "http://osmcode.org/node-osmium",
Expand Down

0 comments on commit 04541c7

Please sign in to comment.