version bump

This commit is contained in:
brianc 2013-03-28 15:35:59 -05:00
parent 027c4961fa
commit 95b1c75cfe
2 changed files with 5 additions and 1 deletions

View File

@ -5,6 +5,10 @@
- Client#pauseDrain() / Client#resumeDrain removed - Client#pauseDrain() / Client#resumeDrain removed
- numeric, decimal, and float data types no longer parsed into float before being returned. Will be returned from query results as `String` - numeric, decimal, and float data types no longer parsed into float before being returned. Will be returned from query results as `String`
### v0.15.0
- client now emits `end` when disconnected from back-end server
- if client is disconnected in the middle of a query, query receives an error
### v0.14.0 ### v0.14.0

View File

@ -1,6 +1,6 @@
{ {
"name": "pg", "name": "pg",
"version": "0.14.1", "version": "0.15.0",
"description": "PostgreSQL client - pure javascript & libpq with the same API", "description": "PostgreSQL client - pure javascript & libpq with the same API",
"keywords": [ "keywords": [
"postgres", "postgres",