Version bumps

This commit is contained in:
Michael Snoyman 2015-02-09 07:25:08 +02:00
parent 0100b3e525
commit 6751d24d75
4 changed files with 10 additions and 2 deletions

View File

@ -1,3 +1,7 @@
## 1.4.8
* Add a bunch of `Semigroup` instances
## 1.4.7.3
* Remove defunct reference to SpecialResponse [#925](https://github.com/yesodweb/yesod/issues/925)

View File

@ -1,5 +1,5 @@
name: yesod-core
version: 1.4.7.3
version: 1.4.8
license: MIT
license-file: LICENSE
author: Michael Snoyman <michael@snoyman.com>

View File

@ -1,3 +1,7 @@
## 1.4.3.1
* Improved README
## 1.4.2
Provide `Example` instance for `YesodExample`.

View File

@ -1,5 +1,5 @@
name: yesod-test
version: 1.4.3
version: 1.4.3.1
license: MIT
license-file: LICENSE
author: Nubis <nubis@woobiz.com.ar>