Skip to content

Commit

Permalink
bump to 0.9.1 (added PoolCluster API) sidorares#34
Browse files Browse the repository at this point in the history
  • Loading branch information
sidorares committed Aug 23, 2013
1 parent ae14be4 commit 792b6f1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion Changelog.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
// top version is work in progres
0.8.22
0.9.2
- Multiple results support in binary protocol #27
- Apply timezone from config to DATETIME values with no tz #15

0.9.1
- PoolClaster ported from node-mysql #34

0.8.21
- Fix in error message parsing (Noam Wasersprung) #31 6cc80a67eaa3baac7dd8eee7182c9eb00977e81a
- return insert/delete header for insert/delete commands #32 72aa8fe70981d7410a10edb9d7921e5d6ce1d3ca
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mysql2",
"version": "0.8.21",
"version": "0.9.1",
"description": "fast mysql driver. Implements core protocol, prepared statements, ssl and compression in native JS",
"main": "index.js",
"directories": {
Expand Down

0 comments on commit 792b6f1

Please sign in to comment.