diff options
| author | Eugen Wissner <belka@caraus.de> | 2021-09-27 07:24:02 +0200 |
|---|---|---|
| committer | Eugen Wissner <belka@caraus.de> | 2021-09-27 07:24:02 +0200 |
| commit | a044fc40d3e0312d7414003378c1ec03a7479731 (patch) | |
| tree | 521f5fd5707f1bc1a19442f37a2fd1bdbec8d498 /CHANGELOG.md | |
| parent | e6dbf936af0d918a032f29a988a355d2bb35be16 (diff) | |
| download | graphql-a044fc40d3e0312d7414003378c1ec03a7479731.tar.gz | |
Release 1.0.1.0v1.0.1.0
Diffstat (limited to 'CHANGELOG.md')
| -rw-r--r-- | CHANGELOG.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 16fa701..d22456c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,7 @@ The format is based on and this project adheres to [Haskell Package Versioning Policy](https://pvp.haskell.org/). -## [Unreleased] +## [1.0.1.0] - 2021-09-27 ### Added - Custom `Show` instance for `Type.Definition.Value` (for error messages). @@ -22,7 +22,7 @@ and this project adheres to - If the field with an error is Non-Nullable, the error is propagated to the first nullable field, as required by the specification. -## [1.0.0.0] +## [1.0.0.0] - 2021-07-04 ### Added - `Language.GraphQL.Execute.OrderedMap` is a map data structure, that preserves insertion order. @@ -459,7 +459,7 @@ and this project adheres to ### Added - Data types for the GraphQL language. -[Unreleased]: https://www.caraus.tech/projects/pub-graphql/repository/23/diff?rev=v1.0.0.0&rev_to=master +[1.0.1.0]: https://www.caraus.tech/projects/pub-graphql/repository/23/diff?rev=v1.0.1.0&rev_to=v1.0.0.0 [1.0.0.0]: https://www.caraus.tech/projects/pub-graphql/repository/23/diff?rev=v1.0.0.0&rev_to=v0.11.1.0 [0.11.1.0]: https://www.caraus.tech/projects/pub-graphql/repository/23/diff?rev=v0.11.1.0&rev_to=v0.11.0.0 [0.11.0.0]: https://www.caraus.tech/projects/pub-graphql/repository/23/diff?rev=v0.11.0.0&rev_to=v0.10.0.0 |
