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.1
Browse files Browse the repository at this point in the history
  • Loading branch information
joto committed Jul 21, 2016
1 parent 769ac3e commit b30457d
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 2 deletions.
18 changes: 17 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,23 @@ This project adheres to [Semantic Versioning](http://semver.org/).

### Fixed


## [0.5.1] - 2016-07-21

### Added

- Support for node v6.

### Changed

- Updated to libosmium 2.7.2


## [0.5.0] - 2016-03-31

### Added

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

### Changed

Expand Down Expand Up @@ -86,7 +98,11 @@ 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.4.4...HEAD
[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
[0.4.5]: https://github.com/osmcode/libosmium/compare/v0.4.4...v0.4.5
[0.4.4]: https://github.com/osmcode/libosmium/compare/v0.4.3...v0.4.4
[0.4.3]: https://github.com/osmcode/libosmium/compare/v0.4.2...v0.4.3
[0.4.2]: https://github.com/osmcode/libosmium/compare/v0.4.0...v0.4.2
[0.4.0]: https://github.com/osmcode/libosmium/compare/v0.1.2...v0.4.0

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.0",
"version": "0.5.1",
"libosmium_version": "v2.7.2",
"description": "Node.js bindings to Osmium",
"url": "https://github.com/osmcode/node-osmium",
Expand Down

0 comments on commit b30457d

Please sign in to comment.