Skip to content

Commit

Permalink
groundhog-0.7.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lykahb committed Dec 17, 2014
1 parent 6806210 commit fc70dcf
Show file tree
Hide file tree
Showing 9 changed files with 20 additions and 4 deletions.
3 changes: 3 additions & 0 deletions groundhog-mysql/changelog
@@ -1,3 +1,6 @@
0.7.0.1
* Support for monad-control 1.0

0.7.0
* Bump with groundhog

Expand Down
2 changes: 1 addition & 1 deletion groundhog-mysql/groundhog-mysql.cabal
@@ -1,5 +1,5 @@
name: groundhog-mysql
version: 0.7.0
version: 0.7.0.1
license: BSD3
license-file: LICENSE
author: Boris Lykah <lykahb@gmail.com>
Expand Down
3 changes: 3 additions & 0 deletions groundhog-postgresql/changelog
@@ -1,3 +1,6 @@
0.7.0.1
* Support for monad-control 1.0

0.7.0
* Ignore system indexes when analyzing tables

Expand Down
2 changes: 1 addition & 1 deletion groundhog-postgresql/groundhog-postgresql.cabal
@@ -1,5 +1,5 @@
name: groundhog-postgresql
version: 0.7.0
version: 0.7.0.1
license: BSD3
license-file: LICENSE
author: Boris Lykah <lykahb@gmail.com>
Expand Down
3 changes: 3 additions & 0 deletions groundhog-sqlite/changelog
@@ -1,3 +1,6 @@
0.7.0.1
* Support for monad-control 1.0

0.7.0
* Bump with groundhog

Expand Down
2 changes: 1 addition & 1 deletion groundhog-sqlite/groundhog-sqlite.cabal
@@ -1,5 +1,5 @@
name: groundhog-sqlite
version: 0.7.0
version: 0.7.0.1
license: BSD3
license-file: LICENSE
author: Boris Lykah <lykahb@gmail.com>
Expand Down
4 changes: 4 additions & 0 deletions groundhog-th/changelog
@@ -1,3 +1,7 @@
0.7.0
* Instances of ToJSON for settings
* Refactoring and export of some utility functions

0.6.0
* Entities without keys. It can be useful for many-to-many tables which hold keys but are not referenced
* Entity and fields descriptions are parameterized so that they can be promoted
Expand Down
3 changes: 3 additions & 0 deletions groundhog/changelog
@@ -1,3 +1,6 @@
0.7.0.1
* Support for monad-control 1.0

0.7.0
* Removed logger argument from executeMigration and runMigration
* PersistField instance for lazy ByteString
Expand Down
2 changes: 1 addition & 1 deletion groundhog/groundhog.cabal
@@ -1,5 +1,5 @@
name: groundhog
version: 0.7.0
version: 0.7.0.1
license: BSD3
license-file: LICENSE
author: Boris Lykah <lykahb@gmail.com>
Expand Down

0 comments on commit fc70dcf

Please sign in to comment.