Skip to content

Commit

Permalink
Release version 0.13.2
Browse files Browse the repository at this point in the history
  • Loading branch information
badboy committed Aug 25, 2015
1 parent 1db17f2 commit 53c3243
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,13 @@
### 0.13.2 - August 25, 2015

* Prevent crash on pending replies in async code (Thanks, @switch-st)
* Clear `REDIS_CONNECTED` flag when connection is closed (Thanks, Jerry Jacobs)
* Add MacOS X addapter (Thanks, @dizzus)
* Add Qt adapter (Thanks, Pietro Cerutti)
* Add Ivykis adapter (Thanks, Gergely Nagy)

All adapters are provided as is and are only tested where possible.

### 0.13.1 - May 03, 2015

This is a bug fix release.
Expand Down
2 changes: 1 addition & 1 deletion hiredis.h
Expand Up @@ -41,7 +41,7 @@

#define HIREDIS_MAJOR 0
#define HIREDIS_MINOR 13
#define HIREDIS_PATCH 1
#define HIREDIS_PATCH 2
#define HIREDIS_SONAME 0.13

/* Connection type can be blocking or non-blocking and is set in the
Expand Down

0 comments on commit 53c3243

Please sign in to comment.