Release 0.6.0.0

This commit is contained in:
Eugen Wissner 2019-11-27 08:26:51 +01:00
parent 587aab005e
commit 3497784984
3 changed files with 4 additions and 3 deletions

View File

@ -1,7 +1,7 @@
# Change Log
All notable changes to this project will be documented in this file.
## Unreleased
## [0.6.0.0] - 2019-11-27
### Changed
- `Language.GraphQL.Encoder` moved to `Language.GraphQL.AST.Encoder`.
- `Language.GraphQL.Parser` moved to `Language.GraphQL.AST.Parser`.
@ -148,6 +148,7 @@ All notable changes to this project will be documented in this file.
### Added
- Data types for the GraphQL language.
[0.6.0.0]: https://github.com/caraus-ecms/graphql/compare/v0.5.1.0...v0.6.0.0
[0.5.1.0]: https://github.com/caraus-ecms/graphql/compare/v0.5.0.1...v0.5.1.0
[0.5.0.1]: https://github.com/caraus-ecms/graphql/compare/v0.5.0.0...v0.5.0.1
[0.5.0.0]: https://github.com/caraus-ecms/graphql/compare/v0.4.0.0...v0.5.0.0

View File

@ -1,5 +1,5 @@
name: graphql
version: 0.5.1.0
version: 0.6.0.0
synopsis: Haskell GraphQL implementation
description:
This package provides a rudimentary parser for the

View File

@ -1,4 +1,4 @@
resolver: lts-14.15
resolver: lts-14.16
packages:
- .