Skip to content
This repository has been archived by the owner on Nov 21, 2019. It is now read-only.

Commit

Permalink
Release v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
badboy committed Jun 11, 2016
1 parent 7c78a39 commit b8f3af6
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
### 0.5.0 (2016-04-xy)

* Dropping support for EOL Node versions.
* This does not mean it breaks right now, but we're not testing against v0.8 and iojs anymore.
* Do not cast a potentially non-String value to String (#117, iamstolis)
* Upgrade to new nan version (#119, nicolashenry), avoiding deprecation warnings in Node v6

### 0.4.1 (2015-08-22)

* Upgrade to latest nan to be compatible with io.js (Thanks, Benjamin Byholm)
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "hiredis",
"description": "Wrapper for reply processing code in hiredis",
"version": "0.4.1",
"version": "0.5.0",
"homepage": "http://github.com/redis/hiredis-node",
"author": "Jan-Erik Rediger <[email protected]>",
"contributors": [
Expand All @@ -16,7 +16,7 @@
"nan": "^2.3.4"
},
"engines": {
"node": ">= 0.8.0"
"node": ">= 0.10.0"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit b8f3af6

Please sign in to comment.