[Pkg-javascript-commits] [node-leveldown] 419/492: @0.9.0
Andrew Kelley
andrewrk-guest at moszumanska.debian.org
Sun Jul 6 17:14:25 UTC 2014
This is an automated email from the git hooks/post-receive script.
andrewrk-guest pushed a commit to annotated tag rocksdb-0.10.1
in repository node-leveldown.
commit b95ebea4e600b17de08718d22f9e88acd9a916b5
Author: Rod Vagg <rod at vagg.org>
Date: Wed Oct 2 00:01:44 2013 +1000
@0.9.0
---
CHANGELOG.md | 5 +++++
package.json | 2 +-
2 files changed, 6 insertions(+), 1 deletion(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index ee49565..3450a32 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,9 @@
+### 0.9.0 @ Oct 01 2013
+
+ * Upgrade from LevelDB at 0.11.0 to LevelDB at 0.14.0, includes change from .sst to .ldb file extension for SST files (@rvagg)
+
### 0.8.3 @ Sept 18 2013
+
* Upgrade to nan at 0.4.0, better support for latest Node master & support for installing within directory structures containing spaces in directory names (@rvagg)
### 0.8.2 @ Sept 2 2013
diff --git a/package.json b/package.json
index 6272106..81a1963 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name" : "leveldown"
, "description" : "A Node.js LevelDB binding, primary backend for LevelUP"
- , "version" : "0.8.3"
+ , "version" : "0.9.0"
, "contributors" : [
"Rod Vagg <r at va.gg> (https://github.com/rvagg)"
, "John Chesley <john at chesl.es> (https://github.com/chesles/)"
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-leveldown.git
More information about the Pkg-javascript-commits
mailing list