Skip to content
This repository was archived by the owner on Jul 25, 2024. It is now read-only.

Commit 4969041

Browse files
author
Josh Price
committed
Release v0.3.2
1 parent 6fad7bc commit 4969041

File tree

3 files changed

+17
-4
lines changed

3 files changed

+17
-4
lines changed

.travis.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
language: elixir
22
elixir:
3-
- 1.2.3
43
- 1.2.6
5-
- 1.3.0-rc.1
4+
- 1.3.2
65
otp_release:
7-
- 18.2
86
- 18.3
7+
- 19.0

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,24 @@
11
# Changelog
22

3+
## 0.3.2 (2016-06-09)
4+
5+
* Enhancements
6+
* Future support for deferred resolvers
7+
* GraphQL IDL compiler
8+
9+
* Bugfixes
10+
* Validate operation name matches an operation
11+
* Resolve no longer fails when it cannot find a matching function
12+
* Fix 1.3 warnings
13+
14+
315
## 0.3.1 (2016-06-09)
416

517
* Bugfixes
618
* Fix introspection to include Input types when input types are arguments
719
to fields.
820

21+
922
## 0.3.0 (2016-05-29)
1023

1124
* Enhancements
@@ -25,6 +38,7 @@
2538
* Note: the `execute/5` signature will be changed to the `execute_with_opts/3`
2639
in a future version
2740

41+
2842
## 0.2.0 (2016-03-19)
2943

3044
* Enhancements

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
defmodule GraphQL.Mixfile do
22
use Mix.Project
33

4-
@version "0.3.1"
4+
@version "0.3.2"
55

66
@description "GraphQL Elixir implementation"
77
@repo_url "https://github.com/graphql-elixir/graphql"

0 commit comments

Comments
 (0)