Skip to content

Commit

Permalink
Release 0.11.0 (#430)
Browse files Browse the repository at this point in the history
* update version number

* update nightly

* update changelog

* update changelog
  • Loading branch information
nalchevanidze authored May 1, 2020
1 parent 680eee1 commit 3dbcfb6
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 11 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ _stack.yml_
resolver: lts-14.8

extra-deps:
- morpheus-graphql-0.10.0
- morpheus-graphql-0.11.0
```
As Morpheus is quite new, make sure stack can find morpheus-graphql by running `stack upgrade` and `stack update`
Expand Down
5 changes: 2 additions & 3 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## 0.11.0 - Unreleased
## 0.11.0 - 01.05.2020

### Breaking Changes

Expand Down Expand Up @@ -43,14 +43,13 @@
- Instead of rejecting conflicting selections, they are merged (based on the GraphQL specification).
- Support for input lists separated by newlines. thanks @charlescrain
- conflicting variable , fragment ... validation
- issue #411: Aeson `FromJSON` `ToJSON` instances for `ID`
- issue #411: Aeson `FromJSON` `ToJSON` instances for `ID`

### minor

- changes to internal types
- fixed validation of apollo websockets requests


## 0.10.0 - 07.01.2020

### Breaking Changes
Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ _stack.yml_
resolver: lts-14.8

extra-deps:
- morpheus-graphql-0.10.0
- morpheus-graphql-0.11.0
```
As Morpheus is quite new, make sure stack can find morpheus-graphql by running `stack upgrade` and `stack update`
Expand Down
2 changes: 1 addition & 1 deletion examples/package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ dependencies:
- containers >= 0.4.2.1 && < 0.7
- mtl >= 2.0 && <= 2.3
- websockets >= 0.11.0 && <= 0.13
- morpheus-graphql >= 0.10.0
- morpheus-graphql >= 0.11.0
- scotty
- wai
- warp
Expand Down
4 changes: 2 additions & 2 deletions morpheus-graphql.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ cabal-version: 1.12
--
-- see: https://github.com/sol/hpack
--
-- hash: daf2c440da655b06dcebb11fdd64060a04fee75fd9588a437428db79c05c7b4d
-- hash: e10665dda7dcb75f84d447086dcbd786a36aea915278bd6bbf4285a01cf9d21a

name: morpheus-graphql
version: 0.10.1
version: 0.11.0
synopsis: Morpheus GraphQL
description: Build GraphQL APIs with your favourite functional language!
category: web, graphql
Expand Down
2 changes: 1 addition & 1 deletion package.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: morpheus-graphql
version: 0.10.1
version: 0.11.0
github: "nalchevanidze/morpheus-graphql"
license: MIT
author: "Daviti Nalchevanidze"
Expand Down
2 changes: 1 addition & 1 deletion release.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# vesrion
export MORPHEUS_VESRION="0.10.1"
export MORPHEUS_VESRION="0.11.0"
export MORPHEUS_RELEASE_NAME="morpheus-graphql-$MORPHEUS_VESRION"
export MORPHEUS_RELEASE_TAR="$MORPHEUS_RELEASE_NAME.tar.gz"

Expand Down
2 changes: 1 addition & 1 deletion stack-nightly.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# ghc-8.8.1
resolver: nightly-2020-04-10
resolver: nightly-2020-05-01

packages:
- examples
Expand Down

0 comments on commit 3dbcfb6

Please sign in to comment.