Skip to content

Commit

Permalink
[republish binary] v0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
joto committed Sep 1, 2015
1 parent e2d026e commit 7bc72df
Showing 1 changed file with 43 additions and 12 deletions.
55 changes: 43 additions & 12 deletions CHANGELOG.md
@@ -1,18 +1,49 @@
## Changelog

### 0.4.0
# Change Log

- Added `osmium.Stream`
- Added `osmium.FlexReader`
- Added `osmium.Filter`
- Renamed `osmium.Reader` to `osmium.BasicReader`
- Updated to libosmium@33d479d7eada041
- Ported build system to [mason](https://github.com/mapbox/mason)
- Upgraded node-pre-gyp to 0.6.6
- Preliminary support for running on windows
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

### 0.1.2
## [unreleased] -

- Upgraded node-pre-gyp to 0.5.10
### Added

### Changed

### Fixed


## [0.4.1] - 2015-09-01

### Changed

- Updated to libosmium 2.4.1


## [0.4.0] - 2015-08-19

### Added

- Added `osmium.Stream`
- Added `osmium.FlexReader`
- Added `osmium.Filter`

### Changed

- Renamed `osmium.Reader` to `osmium.BasicReader`
- Updated to libosmium@33d479d7eada041
- Ported build system to [mason](https://github.com/mapbox/mason)
- Upgraded node-pre-gyp to 0.6.6
- Preliminary support for running on windows


## [0.1.2] - 2014-04-29

### Changed

- Upgraded node-pre-gyp to 0.5.10

[unreleased]: https://github.com/osmcode/libosmium/compare/v0.4.1...HEAD
[0.4.1]: https://github.com/osmcode/libosmium/compare/v0.4.0...v0.4.1
[0.4.0]: https://github.com/osmcode/libosmium/compare/v0.1.2...v0.4.0

0 comments on commit 7bc72df

Please sign in to comment.