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