Skip to content

Commit

Permalink
Bump version to 1.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Sannis committed Apr 9, 2012
1 parent b45b27a commit 28c8e2d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
Revision history for node-mysql-libmysqlclient,
the asynchronous MySQL binding for Node.js using libmysqlclient.

## Version 1.3.2

* Experimental mysql_send_query() support
* Fix '\0' handling in query()/querySync() code, fixes #83
* Add more tests for prepared statements
* Rewrite README

## Version 1.3.1

* Fix link against thread-safe libmysqlclient_r
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
, "description" : "Binary MySQL bindings for Node.JS"
, "keywords" : ["mysql", "libmysqlclient", "sql", "database", "addon"]
, "homepage" : "http://sannis.github.com/node-mysql-libmysqlclient"
, "version" : "1.3.1"
, "version" : "1.3.2"
, "author" : "Oleg Efimov <efimovov@gmail.com>"
, "contributors" :
[ { "name": "Oleg Efimov"
Expand Down
2 changes: 1 addition & 1 deletion wscript
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ from os.path import exists, lexists

srcdir = "."
blddir = "build"
VERSION = "1.2.10"
VERSION = "1.3.2"

def set_options(opt):
opt.tool_options("compiler_cxx")
Expand Down

0 comments on commit 28c8e2d

Please sign in to comment.