Version bumps/changelog updates

This commit is contained in:
Michael Snoyman 2017-02-08 11:20:31 +02:00
parent 86411d25f2
commit cdc6c8ae04
22 changed files with 53 additions and 12 deletions

View File

@ -1,3 +1,7 @@
## 1.4.2
* Fix warnings
## 1.4.1 ## 1.4.1
* change OAuth Twitter ID, screen_name → user_id [#1168](https://github.com/yesodweb/yesod/pull/1168) * change OAuth Twitter ID, screen_name → user_id [#1168](https://github.com/yesodweb/yesod/pull/1168)

View File

@ -1,5 +1,5 @@
name: yesod-auth-oauth name: yesod-auth-oauth
version: 1.4.1.1 version: 1.4.2
license: BSD3 license: BSD3
license-file: LICENSE license-file: LICENSE
author: Hiromi Ishii author: Hiromi Ishii

View File

@ -2,6 +2,7 @@
* Add Show instance for user credentials `Creds` * Add Show instance for user credentials `Creds`
* Export pid type for identifying plugin * Export pid type for identifying plugin
* Fix warnings
## 1.4.16 ## 1.4.16

View File

@ -1,5 +1,5 @@
name: yesod-auth name: yesod-auth
version: 1.4.16 version: 1.4.17
license: MIT license: MIT
license-file: LICENSE license-file: LICENSE
author: Michael Snoyman, Patrick Brisbin author: Michael Snoyman, Patrick Brisbin

View File

@ -1,3 +1,7 @@
## 1.5.2
* Fix warnings
## 1.5.1 ## 1.5.1
* Add `--host` option to `yesod devel` * Add `--host` option to `yesod devel`

View File

@ -1,5 +1,5 @@
name: yesod-bin name: yesod-bin
version: 1.5.1 version: 1.5.2
license: MIT license: MIT
license-file: LICENSE license-file: LICENSE
author: Michael Snoyman <michael@snoyman.com> author: Michael Snoyman <michael@snoyman.com>

View File

@ -1,3 +1,8 @@
## 1.4.32
* Fix warnings
* Route parsing handles CRLF line endings
## 1.4.31 ## 1.4.31
* Add `parseCheckJsonBody` and `requireCheckJsonBody` * Add `parseCheckJsonBody` and `requireCheckJsonBody`

View File

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

View File

@ -1 +1,3 @@
No changes logged yet ## 1.4.1
* Fix warnings

View File

@ -1,5 +1,5 @@
name: yesod-eventsource name: yesod-eventsource
version: 1.4.0.1 version: 1.4.1
license: MIT license: MIT
license-file: LICENSE license-file: LICENSE
author: Felipe Lessa <felipe.lessa@gmail.com> author: Felipe Lessa <felipe.lessa@gmail.com>

View File

@ -1,3 +1,7 @@
## 1.4.11
* Fix warnings
## 1.4.10 ## 1.4.10
* Fixed `identifyForm` to properly return `FormMissing` for empty forms. [#1072](https://github.com/yesodweb/yesod/issues/1072) * Fixed `identifyForm` to properly return `FormMissing` for empty forms. [#1072](https://github.com/yesodweb/yesod/issues/1072)

View File

@ -1,5 +1,5 @@
name: yesod-form name: yesod-form
version: 1.4.10 version: 1.4.11
license: MIT license: MIT
license-file: LICENSE license-file: LICENSE
author: Michael Snoyman <michael@snoyman.com> author: Michael Snoyman <michael@snoyman.com>

View File

@ -1,3 +1,7 @@
## 1.4.2
* Fix warnings
## 1.4.1.1 ## 1.4.1.1
* Fix build failure with older persistent versions [#1324](https://github.com/yesodweb/yesod/issues/1324) * Fix build failure with older persistent versions [#1324](https://github.com/yesodweb/yesod/issues/1324)

View File

@ -1,5 +1,5 @@
name: yesod-persistent name: yesod-persistent
version: 1.4.1.1 version: 1.4.2
license: MIT license: MIT
license-file: LICENSE license-file: LICENSE
author: Michael Snoyman <michael@snoyman.com> author: Michael Snoyman <michael@snoyman.com>

View File

@ -1,3 +1,8 @@
## 1.5.2
* Fix test case for CRLF line endings
* Fix warnings
## 1.5.1.1 ## 1.5.1.1
* Fix test suite compilation * Fix test suite compilation

View File

@ -1,5 +1,5 @@
name: yesod-static name: yesod-static
version: 1.5.1.1 version: 1.5.2
license: MIT license: MIT
license-file: LICENSE license-file: LICENSE
author: Michael Snoyman <michael@snoyman.com> author: Michael Snoyman <michael@snoyman.com>

View File

@ -1,3 +1,7 @@
## 1.5.5
* Fix warnings
## 1.5.4.1 ## 1.5.4.1
* Compilation fix for GHC 7.8 * Compilation fix for GHC 7.8

View File

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

View File

@ -1,3 +1,7 @@
## 0.2.6
* Fix warnings
## 0.2.5 ## 0.2.5
* Allow to start websockets with custom ConnectionOptions with `webSocketsOptions` and `webSocketsOptionsWith` * Allow to start websockets with custom ConnectionOptions with `webSocketsOptions` and `webSocketsOptionsWith`

View File

@ -1,5 +1,5 @@
name: yesod-websockets name: yesod-websockets
version: 0.2.5 version: 0.2.6
synopsis: WebSockets support for Yesod synopsis: WebSockets support for Yesod
description: WebSockets support for Yesod description: WebSockets support for Yesod
homepage: https://github.com/yesodweb/yesod homepage: https://github.com/yesodweb/yesod

View File

@ -1,3 +1,7 @@
## 1.4.5
* Fix warnings
## 1.4.4 ## 1.4.4
* Reduce dependencies * Reduce dependencies

View File

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