diff options
| author | Eugen Wissner <belka@caraus.de> | 2021-07-04 09:57:17 +0200 |
|---|---|---|
| committer | Eugen Wissner <belka@caraus.de> | 2021-07-04 09:57:17 +0200 |
| commit | dd6fdf69f67a84271a3e9f3b5a10a3cdad2ca082 (patch) | |
| tree | 5b81e7cbfcd52398365d057b183a69d0fb349cff | |
| parent | b99bb722722b8d7a40445a3e8af7b6b3f09cf770 (diff) | |
| download | graphql-1.0.0.0.tar.gz | |
Release 1.0.0.0v1.0.0.0
| -rw-r--r-- | CHANGELOG.md | 4 | ||||
| -rw-r--r-- | graphql.cabal | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 65a8f6e..4ab72fd 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.0.0] ### Added - `Language.GraphQL.Execute.OrderedMap` is a map data structure, that preserves insertion order. @@ -443,7 +443,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=master&rev_to=v0.11.1.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 [0.10.0.0]: https://www.caraus.tech/projects/pub-graphql/repository/23/diff?rev=v0.10.0.0&rev_to=v0.9.0.0 diff --git a/graphql.cabal b/graphql.cabal index 2e1b6d0..b67f4ae 100644 --- a/graphql.cabal +++ b/graphql.cabal @@ -1,7 +1,7 @@ cabal-version: 2.2 name: graphql -version: 0.11.1.0 +version: 1.0.0.0 synopsis: Haskell GraphQL implementation description: Haskell <https://spec.graphql.org/June2018/ GraphQL> implementation. category: Language |
