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

Commit b30457d

Browse files
committed
[publish binary] Release v0.5.1
1 parent 769ac3e commit b30457d

File tree

2 files changed

+18
-2
lines changed

2 files changed

+18
-2
lines changed

CHANGELOG.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,23 @@ This project adheres to [Semantic Versioning](http://semver.org/).
1212

1313
### Fixed
1414

15+
16+
## [0.5.1] - 2016-07-21
17+
18+
### Added
19+
20+
- Support for node v6.
21+
22+
### Changed
23+
24+
- Updated to libosmium 2.7.2
25+
26+
1527
## [0.5.0] - 2016-03-31
1628

1729
### Added
1830

19-
- Support for node v4 and v5 (now ported to use [email protected])
31+
- Support for node v4 and v5 (now ported to use [email protected])
2032

2133
### Changed
2234

@@ -86,7 +98,11 @@ This project adheres to [Semantic Versioning](http://semver.org/).
8698
- Upgraded node-pre-gyp to 0.5.10
8799

88100
[unreleased]: https://github.com/osmcode/libosmium/compare/v0.4.4...HEAD
101+
[0.5.1]: https://github.com/osmcode/libosmium/compare/v0.5.0...v0.5.1
102+
[0.5.0]: https://github.com/osmcode/libosmium/compare/v0.4.5...v0.5.0
103+
[0.4.5]: https://github.com/osmcode/libosmium/compare/v0.4.4...v0.4.5
89104
[0.4.4]: https://github.com/osmcode/libosmium/compare/v0.4.3...v0.4.4
90105
[0.4.3]: https://github.com/osmcode/libosmium/compare/v0.4.2...v0.4.3
91106
[0.4.2]: https://github.com/osmcode/libosmium/compare/v0.4.0...v0.4.2
92107
[0.4.0]: https://github.com/osmcode/libosmium/compare/v0.1.2...v0.4.0
108+

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.0",
3+
"version": "0.5.1",
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)