Skip to content

Commit 13beb8c

Browse files
committed
Checking in changes prior to tagging of version 0.5.2.
Changelog diff is: diff --git a/History.md b/History.md index bcfe962..df6cc03 100644 --- a/History.md +++ b/History.md @@ -1,3 +1,8 @@ +0.5.2 / 2013-07-10 +================== + * Restore pg 9.1 support + * Update to use node-pg 2.1 + 0.5.1 / 2013-07-05 ================== * add primary key to plv8x.code name
1 parent 34a47a6 commit 13beb8c

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

History.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
0.5.2 / 2013-07-10
2+
==================
3+
* Restore pg 9.1 support
4+
* Update to use node-pg 2.1
5+
16
0.5.1 / 2013-07-05
27
==================
38
* add primary key to plv8x.code name

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
},
88
"name": "plv8x",
99
"description": "Use JavaScript expressions and modules in PostgreSQL plv8",
10-
"version": "0.5.1",
10+
"version": "0.5.2",
1111
"keywords": [
1212
"postgres",
1313
"pg",

package.ls

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ author:
44
55
name: 'plv8x'
66
description: 'Use JavaScript expressions and modules in PostgreSQL plv8'
7-
version: '0.5.1'
7+
version: '0.5.2'
88
keywords: <[postgres pg database plv8]>
99
main: \lib/index.js
1010
bin:

0 commit comments

Comments
 (0)