Skip to content

Commit

Permalink
Release 0.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
pirxpilot committed May 12, 2019
1 parent 8081590 commit b7ecd92
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@

0.0.9 / 2019-05-11
==================

* add support for various leveldb options
* rewrite using NaN to compare performance vs. N-API implementation
* fix Travis builds by forcing PIC in crc32c

0.0.8 / 2019-05-07
==================

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "poziomka",
"version": "0.0.8",
"version": "0.0.9",
"description": "Fast and opinionated leveldb interface.",
"author": {
"name": "Damian Krzeminski",
Expand Down Expand Up @@ -39,4 +39,4 @@
"src",
"deps"
]
}
}

0 comments on commit b7ecd92

Please sign in to comment.