Skip to content

Commit

Permalink
Bump version to 1.2.9
Browse files Browse the repository at this point in the history
  • Loading branch information
Sannis committed Nov 21, 2011
1 parent 6f7c60e commit abee288
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.markdown
@@ -1,6 +1,12 @@
Changelog (revision history) for node-mysql-libmysqlclient,
the full MySQL bindings for Node.js using libmysqlclient.

## Version 1.2.9

* Fix test assert for binary buffers
* Fix tests with latest MySQL, fixes #103
* Add more tests, refs #102

## Version 1.2.8

* Fix building with Node.js v0.4.x
Expand Down
2 changes: 1 addition & 1 deletion package.json
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.2.8"
, "version" : "1.2.9"
, "author": "Oleg Efimov <efimovov@gmail.com>"
, "contributors" :
[ { "name": "Oleg Efimov"
Expand Down
2 changes: 1 addition & 1 deletion wscript
Expand Up @@ -11,7 +11,7 @@ from os.path import exists, lexists

srcdir = "."
blddir = "build"
VERSION = "1.2.8"
VERSION = "1.2.9"

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

0 comments on commit abee288

Please sign in to comment.