Version bump

This commit is contained in:
Denis Redozubov 2018-06-25 19:23:00 +03:00
parent 09aa94ec62
commit 4a741d4fc0
2 changed files with 11 additions and 3 deletions

View File

@ -1,5 +1,13 @@
# Revision history for validationt
## 0.1.0.0 -- YYYY-mm-dd
## 0.2.1.0
* First version. Released on an unsuspecting world.
* GHC 8.4 support
## 0.2.0.0
* Fixes
## 0.1.0.0
* Initial release

View File

@ -2,7 +2,7 @@
-- documentation, see http://haskell.org/cabal/users-guide/
name: validationt
version: 0.2.0.0
version: 0.2.1.0
synopsis: Straightforward validation monad.
description: Convenient solution for validating web forms and APIs.
homepage: https://github.com/typeable/validationt