Skip to content

Commit

Permalink
Bump version to 0.2.3.0; CHANGES
Browse files Browse the repository at this point in the history
  • Loading branch information
lpsmith committed Aug 9, 2012
1 parent 34030af commit a67e230
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGES
@@ -1,3 +1,6 @@
Version 0.2.3.0 (2012-08-09)
* Added the `returning` operator, thanks to Jason Dusek

Version 0.2.2.0 (2012-07-26) Version 0.2.2.0 (2012-07-26)
* Added a ToRow instance for the (:.) type, courtesy of Leonid Onokhov * Added a ToRow instance for the (:.) type, courtesy of Leonid Onokhov


Expand Down
1 change: 1 addition & 0 deletions CONTRIBUTORS
Expand Up @@ -5,3 +5,4 @@ Ozgun Ataman <ozataman@gmail.com>
Joey Adams <joeyadams3.14159@gmail.com> Joey Adams <joeyadams3.14159@gmail.com>
Rekado <rekado@elephly.net> Rekado <rekado@elephly.net>
Leonid Onokhov <sopvop@gmail.com> Leonid Onokhov <sopvop@gmail.com>
Jason Dusek <jason.dusek@gmail.com>
4 changes: 2 additions & 2 deletions postgresql-simple.cabal
@@ -1,5 +1,5 @@
Name: postgresql-simple Name: postgresql-simple
Version: 0.2.2.0 Version: 0.2.3.0
Synopsis: Mid-Level PostgreSQL client library Synopsis: Mid-Level PostgreSQL client library
Description: Description:
Mid-Level PostgreSQL client library, forked from mysql-simple. Mid-Level PostgreSQL client library, forked from mysql-simple.
Expand Down Expand Up @@ -66,7 +66,7 @@ source-repository head
source-repository this source-repository this
type: git type: git
location: http://github.com/lpsmith/postgresql-simple location: http://github.com/lpsmith/postgresql-simple
tag: v0.2.2.0 tag: v0.2.3.0


test-suite test test-suite test
type: exitcode-stdio-1.0 type: exitcode-stdio-1.0
Expand Down

0 comments on commit a67e230

Please sign in to comment.