-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
- Loading branch information
Showing
3 changed files
with
7 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ author: | |
email: '[email protected]' | ||
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: | ||
|