Skip to content

Commit

Permalink
version 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lykahb committed Sep 1, 2013
1 parent f57c087 commit d949353
Show file tree
Hide file tree
Showing 10 changed files with 37 additions and 11 deletions.
4 changes: 4 additions & 0 deletions groundhog-mysql/HISTORY
Original file line number Diff line number Diff line change
@@ -1,2 +1,6 @@
0.4.0
* query logging
* default column values

0.3.0
The first release.
4 changes: 2 additions & 2 deletions groundhog-mysql/groundhog-mysql.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: groundhog-mysql
version: 0.3.0.1
version: 0.4.0
license: BSD3
license-file: LICENSE
author: Boris Lykah <lykahb@gmail.com>
Expand All @@ -17,7 +17,7 @@ library
, mysql >= 0.1.1.3 && < 0.2
, bytestring >= 0.9
, transformers >= 0.2.1
, groundhog >= 0.3.0 && < 0.4.0
, groundhog >= 0.4.0 && < 0.5.0
, monad-control >= 0.3
, monad-logger >= 0.3
, containers >= 0.2
Expand Down
5 changes: 5 additions & 0 deletions groundhog-postgresql/HISTORY
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
0.4.0
* query logging
* default column values
* fixed postgresql-simple deprecation warnings

0.3.0.2
* updated postgresql-simple dependency

Expand Down
4 changes: 2 additions & 2 deletions groundhog-postgresql/groundhog-postgresql.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: groundhog-postgresql
version: 0.3.1
version: 0.4.0
license: BSD3
license-file: LICENSE
author: Boris Lykah <lykahb@gmail.com>
Expand All @@ -18,7 +18,7 @@ library
, bytestring >= 0.9
, blaze-builder >= 0.3.0.0
, transformers >= 0.2.1
, groundhog >= 0.3.0 && < 0.4.0
, groundhog >= 0.4.0 && < 0.5.0
, monad-control >= 0.3
, monad-logger >= 0.3
, containers >= 0.2
Expand Down
9 changes: 7 additions & 2 deletions groundhog-sqlite/HISTORY
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
0.3
0.4.0
* query logging
* default column values
* switched to direct-sqlite backend

0.3.0
* switched from pool-conduit to resource-pool
* schema qualified tables
* support for savepoints
Expand All @@ -21,4 +26,4 @@ The library supports new features of groundhog-0.1.0: composite keys, projection
* migration analyzes schema instead of comparing CREATE statements as strings

0.0.1
The first release.
The first release.
4 changes: 2 additions & 2 deletions groundhog-sqlite/groundhog-sqlite.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: groundhog-sqlite
version: 0.3.0
version: 0.4.0
license: BSD3
license-file: LICENSE
author: Boris Lykah <lykahb@gmail.com>
Expand All @@ -15,7 +15,7 @@ library
build-depends: base >= 4 && < 5
, bytestring >= 0.9
, transformers >= 0.2.1
, groundhog >= 0.3.0 && < 0.4.0
, groundhog >= 0.4.0 && < 0.5.0
, monad-control >= 0.3
, monad-logger >= 0.3
, containers >= 0.2
Expand Down
5 changes: 5 additions & 0 deletions groundhog-th/HISTORY
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
0.4.0
* references to tables not mapped by groundhog
* default column values
* check for already existing unique key phantom datatypes

0.3.1
* generation of SinglePersistField and PurePersistField instances for keys

Expand Down
4 changes: 2 additions & 2 deletions groundhog-th/groundhog-th.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: groundhog-th
version: 0.3.1
version: 0.4.0
license: BSD3
license-file: LICENSE
author: Boris Lykah <lykahb@gmail.com>
Expand All @@ -14,7 +14,7 @@ build-type: Simple
library
build-depends: base >= 4 && < 5
, bytestring >= 0.9
, groundhog >= 0.3.1 && < 0.4.0
, groundhog >= 0.4.0 && < 0.5.0
, template-haskell
, time >= 1.1.4
, containers >= 0.2
Expand Down
7 changes: 7 additions & 0 deletions groundhog/HISTORY
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
0.4.0
* references to tables not mapped by groundhog
* default column values
* better type inference for expressions
* constructor for empty condition CondEmpty
* logging queries based on monad-logger

0.3.1
* removed superclass constraints SinglePersistField and PurePersistField for PrimitivePersistField
* fixed prefixing columns of nested embedded datatypes when not all names are specified
Expand Down
2 changes: 1 addition & 1 deletion groundhog/groundhog.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: groundhog
version: 0.3.1.1
version: 0.4.0
license: BSD3
license-file: LICENSE
author: Boris Lykah <lykahb@gmail.com>
Expand Down

0 comments on commit d949353

Please sign in to comment.