Skip to content

Commit

Permalink
version bump for @0.2.1, update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
rvagg committed Apr 8, 2013
1 parent 7a22f54 commit cdb98a5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
0.2.1 @ Apr 8 2013
==================
* Start on correct value when reverse=true, also handle end-of-store case #27 (@kesla)
* Ignore empty string/buffer start/end options on iterators (@kesla)
* Macro cleanup, replace some with static inline functions (@rvagg)

0.2.0 @ Mar 30 2013
===================
* Windows support--using a combination of libuv and Windows-specific code. See README for details about what's required (@rvagg)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
, "keywords": [
"leveldb"
]
, "version" : "0.2.0"
, "version" : "0.2.1"
, "main" : "index.js"
, "dependencies" : {
"bindings" : "~1.1.0"
Expand Down

0 comments on commit cdb98a5

Please sign in to comment.