This repository was archived by the owner on Jun 10, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +19
-6
lines changed
Expand file tree Collapse file tree 2 files changed +19
-6
lines changed Original file line number Diff line number Diff line change @@ -12,16 +12,28 @@ This project adheres to [Semantic Versioning](http://semver.org/).
1212
1313### Fixed
1414
15+
16+ ## [ 0.5.3] - 2016-09-19
17+
18+ ### Changed
19+
20+ - Using newest libosmium, version 2.9.0.
21+
22+
1523## [ 0.5.2] - 2016-07-28
1624
1725### Fixed
1826
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 )
27+ - Now properly statically linking bz2 on linux (no longer accidentally depends
28+ on shared libbz2)
29+ - Fixed memory leak in handler which regressed in 0.5.0.
30+ (https://github.com/osmcode/node-osmium/issues/79 )
2131
2232### Added
2333
24- - Add area support to object_to_entity_bits() function. (https://github.com/osmcode/node-osmium/pull/49 )
34+ - Add area support to ` object_to_entity_bits() ` function.
35+ (https://github.com/osmcode/node-osmium/pull/49 )
36+
2537
2638## [ 0.5.1] - 2016-07-21
2739
@@ -107,7 +119,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
107119
108120- Upgraded node-pre-gyp to 0.5.10
109121
110- [ unreleased ] : https://github.com/osmcode/libosmium/compare/v0.5.2...HEAD
122+ [ unreleased ] : https://github.com/osmcode/libosmium/compare/v0.5.3...HEAD
123+ [ 0.5.3 ] : https://github.com/osmcode/libosmium/compare/v0.5.2...v0.5.3
111124[ 0.5.2 ] : https://github.com/osmcode/libosmium/compare/v0.5.1...v0.5.2
112125[ 0.5.1 ] : https://github.com/osmcode/libosmium/compare/v0.5.0...v0.5.1
113126[ 0.5.0 ] : https://github.com/osmcode/libosmium/compare/v0.4.5...v0.5.0
Original file line number Diff line number Diff line change 11{
22 "name" : " osmium" ,
3- "version" : " 0.5.2 " ,
4- "libosmium_version" : " v2.7.2 " ,
3+ "version" : " 0.5.3 " ,
4+ "libosmium_version" : " v2.9.0 " ,
55 "description" : " Node.js bindings to Osmium" ,
66 "url" : " https://github.com/osmcode/node-osmium" ,
77 "homepage" : " http://osmcode.org/node-osmium" ,
You can’t perform that action at this time.
0 commit comments