version bump

This commit is contained in:
nek0 2017-04-26 21:59:45 +02:00
parent 224ebb9c9d
commit 6ff344b7fd
3 changed files with 8 additions and 5 deletions

View file

@ -181,6 +181,9 @@ Migrations/0.0.7-0.1.0.0/Migration.hs`
### 0.1.7.2-0.1.8.0 ### 0.1.7.2-0.1.8.0
* No database changes, just new dependencies to install. * No database changes, just new dependencies to install.
### 0.1.8.8-0.1.9.0
* You can drop the table `activator` from the database. It is no longer needed.
## Acknowledgements: ## Acknowledgements:
* This software uses the web Framework "Yesod" by Michael Snoyman. See more at: * This software uses the web Framework "Yesod" by Michael Snoyman. See more at:

View file

@ -26,10 +26,10 @@ User
active Bool default=True active Bool default=True
UniqueUser name UniqueUser name
deriving Typeable Eq Show deriving Typeable Eq Show
Activator -- Activator
token Text -- token Text
user User -- user User
deriving Eq Show -- deriving Eq Show
Token Token
token ByteString token ByteString
kind Text kind Text

View file

@ -1,5 +1,5 @@
name: eidolon name: eidolon
version: 0.1.8.8 version: 0.1.9.0
synopsis: Image gallery in Yesod synopsis: Image gallery in Yesod
homepage: https://eidolon.nek0.eu homepage: https://eidolon.nek0.eu
license: AGPL-3 license: AGPL-3