Skip to content

Commit

Permalink
Checking in changes prior to tagging of version 0.5.2.
Browse files Browse the repository at this point in the history
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
  • Loading branch information
clkao committed Jul 10, 2013
1 parent 34a47a6 commit 13beb8c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
},
"name": "plv8x",
"description": "Use JavaScript expressions and modules in PostgreSQL plv8",
"version": "0.5.1",
"version": "0.5.2",
"keywords": [
"postgres",
"pg",
Expand Down
2 changes: 1 addition & 1 deletion package.ls
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ author:
email: 'clkao@clkao.org'
name: 'plv8x'
description: 'Use JavaScript expressions and modules in PostgreSQL plv8'
version: '0.5.1'
version: '0.5.2'
keywords: <[postgres pg database plv8]>
main: \lib/index.js
bin:
Expand Down

0 comments on commit 13beb8c

Please sign in to comment.