Version bump and CHANGELOG
This commit is contained in:
parent
b3482172a6
commit
dac6721f02
10
CHANGELOG.md
10
CHANGELOG.md
@ -1,6 +1,11 @@
|
|||||||
# Change Log
|
# Change Log
|
||||||
All notable changes to this project will be documented in this file.
|
All notable changes to this project will be documented in this file.
|
||||||
|
|
||||||
|
## [0.2.1] - 2015-09-16
|
||||||
|
### Fixed
|
||||||
|
- Include data files for golden tests in Cabal package.
|
||||||
|
- Support for ghc-7.8.
|
||||||
|
|
||||||
## [0.2] - 2015-09-14
|
## [0.2] - 2015-09-14
|
||||||
### Added
|
### Added
|
||||||
- Rudimentary parser for `GraphQL` which successfully parses the sample file
|
- Rudimentary parser for `GraphQL` which successfully parses the sample file
|
||||||
@ -10,6 +15,9 @@ All notable changes to this project will be documented in this file.
|
|||||||
- Many optional data types in `GraphQl` didn't need to be wrapped in a `Maybe`.
|
- Many optional data types in `GraphQl` didn't need to be wrapped in a `Maybe`.
|
||||||
- Some `newtype`s became type synonyms for easier parsing.
|
- Some `newtype`s became type synonyms for easier parsing.
|
||||||
|
|
||||||
## [0.1] - 2015-09-12
|
## 0.1 - 2015-09-12
|
||||||
### Added
|
### Added
|
||||||
- Data types for the GraphQL language.
|
- Data types for the GraphQL language.
|
||||||
|
|
||||||
|
[0.2.1]: https://github.com/jdnavarro/graphql-haskell/compare/v0.2...v0.2.1
|
||||||
|
[0.2]: https://github.com/jdnavarro/graphql-haskell/compare/v0.1...v0.2
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
name: graphql
|
name: graphql
|
||||||
version: 0.2
|
version: 0.2.1
|
||||||
synopsis: Haskell GraphQL implementation
|
synopsis: Haskell GraphQL implementation
|
||||||
description:
|
description:
|
||||||
This package provides a rudimentary parser for the
|
This package provides a rudimentary parser for the
|
||||||
|
Loading…
Reference in New Issue
Block a user