Skip to content

Commit

Permalink
v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
resin-io-versionbot[bot] authored and VersionBot committed Nov 21, 2017
1 parent 15eb8a9 commit 9ce9bac
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,15 @@ All notable changes to this project will be documented in this file
automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY!
This project adheres to [Semantic Versioning](http://semver.org/).

## v0.1.0 - 2017-11-21

* Add clock_gettime implementation so this works on OSX < 10.11 #11 [Tim Perry]
* Automatically release built binaries to github for pre-gyp #11 [Tim Perry]
* Use pre-gyp-github to automatically install prebuilt binaries when available #11 [Tim Perry]
* Add a changelog so we can set up versionbot #11 [Tim Perry]
* Add Windows tests with appveyor #11 [Tim Perry]
* Update e2fsprogs #11 [Tim Perry]

## v0.0.15 - 2017-11-02

- Capable of mounting and using a real ext filesystem
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ext2fs",
"version": "0.0.15",
"version": "0.1.0",
"description": "NodeJS native bindings to the libext2fs for cross-platform ext filesystem handling",
"author": "Petros Angelatos <[email protected]>",
"contributors": [
Expand Down Expand Up @@ -34,7 +34,7 @@
"nan": "^2.5.1",
"node-pre-gyp": "^0.6.39"
},
"bundledDependencies":[
"bundledDependencies": [
"node-pre-gyp"
],
"devDependencies": {
Expand All @@ -60,4 +60,4 @@
"bugs": {
"url": "https://github.com/resin-io/node-ext2fs/issues"
}
}
}

0 comments on commit 9ce9bac

Please sign in to comment.