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

Commit cfbae30

Browse files
author
Dane Springmeyer
committed
bump to v0.5.2 [publish binary]
1 parent 84ccaf1 commit cfbae30

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,16 @@ This project adheres to [Semantic Versioning](http://semver.org/).
1212

1313
### Fixed
1414

15+
## [0.5.2] - 2016-07-28
16+
17+
### Fixed
18+
19+
- Now properly statically linking bz2 on linux (no longer accidentally depends on shared libbz2)
20+
- Fixed memory leak in handler which regressed in 0.5.0 (https://github.com/osmcode/node-osmium/issues/79)
21+
22+
### Added
23+
24+
- Add area support to object_to_entity_bits() function. (https://github.com/osmcode/node-osmium/pull/49)
1525

1626
## [0.5.1] - 2016-07-21
1727

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "osmium",
3-
"version": "0.5.1",
3+
"version": "0.5.2",
44
"libosmium_version": "v2.7.2",
55
"description": "Node.js bindings to Osmium",
66
"url": "https://github.com/osmcode/node-osmium",

0 commit comments

Comments
 (0)