added: version bumps and changelog
This commit is contained in:
parent
fc77ca238e
commit
ecbedcc5b4
@ -0,0 +1,3 @@
|
|||||||
|
# 1.0.4
|
||||||
|
|
||||||
|
* bump acid-state to 0.16
|
||||||
@ -1,5 +1,5 @@
|
|||||||
name: serversession-backend-acid-state
|
name: serversession-backend-acid-state
|
||||||
version: 1.0.3
|
version: 1.0.4
|
||||||
license: MIT
|
license: MIT
|
||||||
license-file: LICENSE
|
license-file: LICENSE
|
||||||
author: Felipe Lessa <felipe.lessa@gmail.com>
|
author: Felipe Lessa <felipe.lessa@gmail.com>
|
||||||
@ -22,7 +22,7 @@ library
|
|||||||
hs-source-dirs: src
|
hs-source-dirs: src
|
||||||
build-depends:
|
build-depends:
|
||||||
base == 4.*
|
base == 4.*
|
||||||
, acid-state >= 0.12
|
, acid-state >= 0.16
|
||||||
, containers
|
, containers
|
||||||
, mtl
|
, mtl
|
||||||
, safecopy >= 0.8
|
, safecopy >= 0.8
|
||||||
|
|||||||
@ -1,3 +1,5 @@
|
|||||||
|
1.0.5
|
||||||
|
* bump persistent to 2.10
|
||||||
1.0.4
|
1.0.4
|
||||||
* Default auth id to NULL to fix a MySQL bug.
|
* Default auth id to NULL to fix a MySQL bug.
|
||||||
1.0.3
|
1.0.3
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
name: serversession-backend-persistent
|
name: serversession-backend-persistent
|
||||||
version: 1.0.4
|
version: 1.0.5
|
||||||
license: MIT
|
license: MIT
|
||||||
license-file: LICENSE
|
license-file: LICENSE
|
||||||
author: Felipe Lessa <felipe.lessa@gmail.com>
|
author: Felipe Lessa <felipe.lessa@gmail.com>
|
||||||
@ -27,7 +27,7 @@ library
|
|||||||
, bytestring
|
, bytestring
|
||||||
, cereal >= 0.4
|
, cereal >= 0.4
|
||||||
, path-pieces
|
, path-pieces
|
||||||
, persistent >= 2.1
|
, persistent >= 2.10
|
||||||
, tagged >= 0.7
|
, tagged >= 0.7
|
||||||
, text
|
, text
|
||||||
, time
|
, time
|
||||||
|
|||||||
@ -1,3 +1,5 @@
|
|||||||
|
1.0.4
|
||||||
|
* bump hedis to 0.13
|
||||||
1.0.3
|
1.0.3
|
||||||
* Allow hedis-0.10
|
* Allow hedis-0.10
|
||||||
1.0.2
|
1.0.2
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
name: serversession-backend-redis
|
name: serversession-backend-redis
|
||||||
version: 1.0.3
|
version: 1.0.4
|
||||||
license: MIT
|
license: MIT
|
||||||
license-file: LICENSE
|
license-file: LICENSE
|
||||||
author: Felipe Lessa <felipe.lessa@gmail.com>
|
author: Felipe Lessa <felipe.lessa@gmail.com>
|
||||||
|
|||||||
@ -0,0 +1,2 @@
|
|||||||
|
# 1.0.2
|
||||||
|
* add persistent-test to deps
|
||||||
@ -1,5 +1,5 @@
|
|||||||
name: serversession
|
name: serversession
|
||||||
version: 1.0.1
|
version: 1.0.2
|
||||||
license: MIT
|
license: MIT
|
||||||
license-file: LICENSE
|
license-file: LICENSE
|
||||||
author: Felipe Lessa <felipe.lessa@gmail.com>
|
author: Felipe Lessa <felipe.lessa@gmail.com>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user